From: Kefu Chai Date: Wed, 18 Mar 2015 03:51:10 +0000 (+0800) Subject: doc: enable doxygen for enum X-Git-Tag: v9.0.0~136^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e69e85079b8512025142b4b4f6f2b3074ab6f6d5;p=ceph.git doc: enable doxygen for enum * since we switched to breathe, which supports rendering enum types Signed-off-by: Kefu Chai --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 15a225bf5ffc..fef2b28bd69f 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -64,7 +64,6 @@ extern "C" { * Flags that can be set on a per-op basis via * rados_read_op_set_flags() and rados_write_op_set_flags(). */ -/** @cond TODO_enums_not_yet_in_asphyxiate */ enum { // fail a create operation if the object already exists LIBRADOS_OP_FLAG_EXCL = 0x1, @@ -96,7 +95,6 @@ enum { * * @{ */ -/** @cond TODO_enums_not_yet_in_asphyxiate */ enum { LIBRADOS_CMPXATTR_OP_EQ = 1, LIBRADOS_CMPXATTR_OP_NE = 2, @@ -105,7 +103,6 @@ enum { LIBRADOS_CMPXATTR_OP_LT = 5, LIBRADOS_CMPXATTR_OP_LTE = 6 }; -/** @endcond */ /** @} */ /** @@ -115,7 +112,6 @@ enum { * See librados.hpp for details. * @{ */ -/** @cond TODO_enums_not_yet_in_asphyxiate */ enum { LIBRADOS_OPERATION_NOFLAG = 0, LIBRADOS_OPERATION_BALANCE_READS = 1, @@ -125,7 +121,6 @@ enum { LIBRADOS_OPERATION_SKIPRWLOCKS = 16, LIBRADOS_OPERATION_IGNORE_OVERLAY = 32, }; -/** @endcond */ /** @} */ /*