components/apr-1_5/patches/doxygen.conf.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Fri, 13 May 2016 06:07:33 -0700
changeset 5999 3b8cbeec276f
parent 1782 5aa8051aaa4b
permissions -rw-r--r--
18241529 apr doesn't build with workspace path containing test or arch

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