]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: enable doxygen for enum
authorKefu Chai <kchai@redhat.com>
Wed, 18 Mar 2015 03:51:10 +0000 (11:51 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 20 Mar 2015 09:17:53 +0000 (17:17 +0800)
* since we switched to breathe, which supports rendering enum
  types

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

index 15a225bf5ffc4a12cc6df0a655cca4da9da75dee..fef2b28bd69f2d040746aa56acce1418ee7a65b8 100644 (file)
@@ -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 */
 /** @} */
 
 /*