From: Kefu Chai Date: Sat, 27 Jun 2015 06:44:55 +0000 (+0800) Subject: doc: add the corresponding @endcond command for @cond X-Git-Tag: v0.94.3~61^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5095%2Fhead;p=ceph.git doc: add the corresponding @endcond command for @cond * they are used to applease asphyxiate, as it is not able to handle "enum" sections Signed-off-by: Kefu Chai --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index d9ad19ec28b..5c561915985 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -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")))