]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Put rados_ioctx_locator_set_key in a group so it can be cross-referenced
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 28 Dec 2011 21:46:44 +0000 (13:46 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 10 Jan 2012 03:04:53 +0000 (19:04 -0800)
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/include/rados/librados.h

index da625266fdb457cfebb6ff2b327695cb674a01e0..778c349fc6db3ac7d9534f2aef2af934553651c2 100644 (file)
@@ -503,7 +503,11 @@ int64_t rados_ioctx_get_id(rados_ioctx_t io);
 
 /** @} pools */
 
-
+/**
+ * @defgroup obj_loc Object Locators
+ *
+ * @{
+ */
 
 /**
  * Set the key for mapping objects to pgs within an io context.
@@ -521,6 +525,7 @@ int64_t rados_ioctx_get_id(rados_ioctx_t io);
  * any previously set key
  */
 void rados_ioctx_locator_set_key(rados_ioctx_t io, const char *key);
+/** @} obj_loc */
 
 /**
  * @defgroup list_obj Listing Objects