]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
AutoDocs: Exclude test build directories and add /cpptest directive
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Jun 2009 23:41:42 +0000 (11:41 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Jun 2009 23:41:42 +0000 (11:41 +1200)
squid3.dox

index 7da906f020d61eaa013598a8da829552cae01ad3..647255503d448f20d2508c147b86e4a84d87a362 100644 (file)
@@ -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