From: Loic Dachary Date: Mon, 23 Feb 2015 15:26:27 +0000 (+0100) Subject: doc: do not doxygen src/tracing X-Git-Tag: suse_latest~28^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=89d5200bd53774aeca9a412858bbdf07e1d99884;p=ceph.git doc: do not doxygen src/tracing because it does not publish an API that needs to be documented and because it triggers https://github.com/ceph/asphyxiate/issues/1 in some contexts. Signed-off-by: Loic Dachary --- diff --git a/Doxyfile b/Doxyfile index 92bff6a053c0..b3f413dd3050 100644 --- a/Doxyfile +++ b/Doxyfile @@ -9,7 +9,8 @@ INPUT = src RECURSIVE = YES EXCLUDE = src/gmock \ src/test/virtualenv \ - src/out + src/out \ + src/tracing VERBATIM_HEADERS = NO GENERATE_HTML = NO GENERATE_LATEX = NO