]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: do not doxygen src/tracing
authorLoic Dachary <ldachary@redhat.com>
Mon, 23 Feb 2015 15:26:27 +0000 (16:26 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 23 Feb 2015 15:26:27 +0000 (16:26 +0100)
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 <ldachary@redhat.com>
Doxyfile

index 92bff6a053c0146adf91a0a5b9bb6b96b5907661..b3f413dd30506f454e4ec5e6d54e72b902320bcb 100644 (file)
--- 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