From: Alfredo Deza Date: Mon, 15 Dec 2014 17:41:03 +0000 (-0500) Subject: librados: do not choke on asphyxiate doc generation X-Git-Tag: v0.91~55^2~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3166%2Fhead;p=ceph.git librados: do not choke on asphyxiate doc generation Signed-off-by: Alfredo Deza --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 1de83a300759..8dd7880ffcc3 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -63,6 +63,7 @@ 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,