From 89d0266a60729d5d9747867e8c30abf71a891231 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 27 Jun 2015 14:44:55 +0800 Subject: [PATCH] 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 --- src/include/rados/librados.h | 1 + 1 file changed, 1 insertion(+) 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"))) -- 2.47.3