Exclude tools directory.
Summary: The tools directory contains a lot of things that are not part of the core product and it seems that is should be excluded during the Doxygen process. Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot, buda Differential Revision: https://phabricator.memgraph.io/D955
This commit is contained in:
parent
b3aa6bea17
commit
e767f6a15e
1
Doxyfile
1
Doxyfile
@ -838,6 +838,7 @@ EXCLUDE_PATTERNS += */release/*
|
||||
EXCLUDE_PATTERNS += */Testing/*
|
||||
EXCLUDE_PATTERNS += */tests/*
|
||||
EXCLUDE_PATTERNS += */dist/*
|
||||
EXCLUDE_PATTERNS += */tools/*
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||
|
Loading…
Reference in New Issue
Block a user