components/apr-1_5/patches/doxygen.conf.patch
author Enrico Perla <enrico.perla@oracle.com>
Fri, 04 Nov 2016 05:32:50 -0700
changeset 7245 934578b959f0
parent 5999 3b8cbeec276f
permissions -rw-r--r--
20029192 Userland should build with ld -z sx=nx* flags instead of map.noexstk 23118364 Enable ADIHEAP on security sensitive binaries 23118359 Build openssh as PIE

Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream

EXCLUDE_PATTERNS part was reported to upstream via:
https://bz.apache.org/bugzilla/show_bug.cgi?id=59546

--- docs/doxygen.conf
+++ docs/doxygen.conf
@@ -31,8 +31,12 @@
 #STRIP_FROM_PATH=/buildpath/apr
 
 EXCLUDE_PATTERNS="*/acconfig.h" \
-                 "*/test/*" \
-                 "*/arch/*"
+                 "*/test/abts*" \
+                 "*/test/test*" \
+                 "*/include/arch/*"
 
-GENERATE_TAGFILE=docs/dox/apr.tag
+GENERATE_LATEX=NO
+HTML_TIMESTAMP=NO
+HTML_OUTPUT=manual
+SEARCHENGINE=NO