From e767f6a15e826c1c9d9b87782c3ee78341e65082 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Fri, 3 Nov 2017 13:27:02 +0100 Subject: [PATCH] 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 --- Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Doxyfile b/Doxyfile index 967365e39..4b328b73a 100644 --- a/Doxyfile +++ b/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