]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add the corresponding @endcond command for @cond 5095/head
authorKefu Chai <kchai@redhat.com>
Sat, 27 Jun 2015 06:44:55 +0000 (14:44 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 27 Jun 2015 06:45:06 +0000 (14:45 +0800)
* they are used to applease asphyxiate, as it
  is not able to handle "enum" sections

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/rados/librados.h

index d9ad19ec28bc3b1af582b735afa11df00e6fdf89..5c56191598574edab35d565a5ae4417d8721b675 100644 (file)
@@ -81,6 +81,7 @@ enum {
   // indicate read/write data will not accessed again (by *this* client)
   LIBRADOS_OP_FLAG_FADVISE_NOCACHE    = 0x40,
 };
+/** @endcond */
 
 #if __GNUC__ >= 4
   #define CEPH_RADOS_API  __attribute__ ((visibility ("default")))