Skip to content

Commit

Permalink
doc: add the corresponding @endcond command for @cond
Browse files Browse the repository at this point in the history
* they are used to applease asphyxiate, as it
  is not able to handle "enum" sections

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jun 27, 2015
1 parent 2aa77b3 commit 89d0266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/rados/librados.h
Expand Up @@ -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")))
Expand Down

0 comments on commit 89d0266

Please sign in to comment.