From a0f79fcf78c96d8b8c9eb85008a7d00597a6343b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 5 Oct 2012 16:28:33 +0200 Subject: [PATCH] Don't parse Implementation/ directories with Doxygen. These are even more "private" versions of Implementation namespace in public headers, so we don't need to generate public documentation for them. --- Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Doxyfile b/Doxyfile index d534db6af..0322c1da3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -731,6 +731,7 @@ EXCLUDE_SYMLINKS = NO # for example use the pattern */test/* EXCLUDE_PATTERNS = */Test/* \ + */Implementation/* \ *Visibility.h # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names