From: Amos Jeffries Date: Fri, 5 Jun 2009 23:41:42 +0000 (+1200) Subject: AutoDocs: Exclude test build directories and add /cpptest directive X-Git-Tag: SQUID_3_1_0_9~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0ebd4fff6e2da08b2efc582b29bbc5c79477f0e;p=thirdparty%2Fsquid.git AutoDocs: Exclude test build directories and add /cpptest directive --- 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