From b0ebd4fff6e2da08b2efc582b29bbc5c79477f0e Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 6 Jun 2009 11:41:42 +1200 Subject: [PATCH] AutoDocs: Exclude test build directories and add /cpptest directive --- squid3.dox | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/squid3.dox b/squid3.dox index 7da906f020..647255503d 100644 --- a/squid3.dox +++ b/squid3.dox @@ -179,7 +179,8 @@ TAB_SIZE = 4 # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. -ALIASES = "test=\par Unit-Tested by:\n" +ALIASES = +ALIASES += "cpptest=\xrefitem cpptest \"Unit Test:\" \"Unit Tests\"" # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. @@ -614,7 +615,8 @@ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = */CVS/* \ */lib/libTrie/* \ */Programming-Guide/html/* \ - */Programming-guide/dyn/* + */Programming-guide/dyn/* \ + */btlayer-* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the -- 2.47.3