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 <ldachary@redhat.com>
This commit is contained in:
Loic Dachary 2015-02-23 16:26:27 +01:00
parent 8221687f5a
commit 89d5200bd5

View File

@ -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