]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - squid3.dox
Bug 4169: HIT marked as MISS when If-None-Match does not match
[thirdparty/squid.git] / squid3.dox
index 41f1753dad23c1022cbb7b9b7a9aecca066a80a5..069dbe8f01934883d400354b83e74e378702fad4 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. 
@@ -470,7 +471,7 @@ SHOW_USED_FILES        = YES
 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy 
 # in the documentation. The default is NO.
 
-SHOW_DIRECTORIES       = YES
+SHOW_DIRECTORIES       = NO
 
 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. 
 # This will remove the Files entry from the Quick Index and from the 
@@ -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 
@@ -788,7 +790,7 @@ HTML_HEADER            = ./doc/Programming-Guide/doxygen.header.dyn
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER            = ./doc/Programming-Guide/doxygen.footer.dyn
+#HTML_FOOTER            = ./doc/Programming-Guide/doxygen.footer.dyn
 
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
 # style sheet that is used by each HTML page. It can be used to 
@@ -1252,9 +1254,8 @@ INCLUDE_FILE_PATTERNS  =
 # instead of the = operator.
 
 PREDEFINED             = __cplusplus \
-                         HTTP_VIOLATIONS \
+                         USE_HTTP_VIOLATIONS \
                          WITH_VALGRIND \
-                         DELAY_POOLS \
                          ICAP_CLIENT \
                          FORW_VIA_DB \
                          SQUID_SNMP \
@@ -1263,8 +1264,9 @@ PREDEFINED             = __cplusplus \
                          USE_ASYNC_IO \
                          USE_CACHE_DIGESTS \
                          USE_CLASSFUL \
+                         USE_DELAY_POOLS \
                          USE_DLMALLOC \
-                         USE_DNSSERVERS \
+                         USE_DNSHELPER \
                          USE_EPOLL \
                          USE_GNUREGEX \
                          USE_HEXDUMP \
@@ -1302,7 +1304,8 @@ EXPAND_AS_DEFINED      = AsyncCallWrapper \
                          AsyncCallEnter \
                          AsyncCallExit \
                          CBDATA_CLASS2 \
-                         MEMPROXY_CLASS_INLINE
+                         MEMPROXY_CLASS_INLINE \
+                         MEMPROXY_CLASS
 
 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
 # doxygen's preprocessor will remove all function-like macros that are alone