]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
doc: use @name to define a group, not @group
authorKefu Chai <kchai@redhat.com>
Thu, 14 May 2015 10:51:22 +0000 (18:51 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 14 May 2015 11:09:18 +0000 (19:09 +0800)
commitf59d6e1269a687270443371fae826bd1c817ed09
treec8146226ef9141f1d4ce6311f914f3ad9538e6df
parentfbad3df41b3eb34ffbe3a77b7acc0c376ba861ac
doc: use @name to define a group, not @group

we are able to output a specified group using the directive
of `doxygengroup` in breathe. this directive prints out the
description of the group. but it's not realistic to enumerate
all groups defined in source code in the rst files. but the
doxygen command @name also helps to group functions together.
the downside of this approach is that we can not add more
items to a group later on. but it should be fine with us,
since in our case, all the grouped items are living in a single
header file.

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