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:
Marko Budiselic 2017-11-03 13:27:02 +01:00
parent b3aa6bea17
commit e767f6a15e

View File

@ -838,6 +838,7 @@ EXCLUDE_PATTERNS += */release/*
EXCLUDE_PATTERNS += */Testing/* EXCLUDE_PATTERNS += */Testing/*
EXCLUDE_PATTERNS += */tests/* EXCLUDE_PATTERNS += */tests/*
EXCLUDE_PATTERNS += */dist/* EXCLUDE_PATTERNS += */dist/*
EXCLUDE_PATTERNS += */tools/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the # (namespaces, classes, functions, etc.) that should be excluded from the