]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crush: shared files should use kernel-doc
authorIlya Dryomov <idryomov@gmail.com>
Thu, 11 Jun 2015 13:02:56 +0000 (16:02 +0300)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 15 Jun 2015 11:26:51 +0000 (14:26 +0300)
commitecee227b61d972f8ee898325f812096ad0380ec3
tree9b93964d90b368461785a539c58c0d7f01219f8a
parent9fde18641102dd7596bfdc6aa5edb4764784e0f2
crush: shared files should use kernel-doc

This reverts mapper.c hunks of 830752a52841 ("doc: fix doxygen
warnings").  It is shared with the kernel and uses kernel-doc for
in-code documentation.  If doxygen warnings are an issue, we should
probably just exclude the 7 shared files in Doxyfile - we don't have
@file in these files or EXTRACT_ALL/EXTRACT_STATIC in Doxyfile, which
means these files are essentially skipped as there is no C++ stuff in
them.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/crush/mapper.c