components/apr-1_5/patches/doxygen.conf.patch
changeset 5999 3b8cbeec276f
parent 1782 5aa8051aaa4b
equal deleted inserted replaced
5998:b5aed47fac5b 5999:3b8cbeec276f
     1 Patch origin: in-house
     1 Patch origin: in-house
     2 Patch status: Solaris-specific; not suitable for upstream
     2 Patch status: Solaris-specific; not suitable for upstream
     3 
     3 
     4 --- docs/doxygen.conf	2005-02-07 15:12:15.000000000 -0800
     4 EXCLUDE_PATTERNS part was reported to upstream via:
     5 +++ docs/doxygen.conf	2014-01-28 01:32:48.342337115 -0800
     5 https://bz.apache.org/bugzilla/show_bug.cgi?id=59546
     6 @@ -34,5 +34,8 @@
     6 
     7                   "*/test/*" \
     7 --- docs/doxygen.conf
     8                   "*/arch/*"
     8 +++ docs/doxygen.conf
       
     9 @@ -31,8 +31,12 @@
       
    10  #STRIP_FROM_PATH=/buildpath/apr
       
    11  
       
    12  EXCLUDE_PATTERNS="*/acconfig.h" \
       
    13 -                 "*/test/*" \
       
    14 -                 "*/arch/*"
       
    15 +                 "*/test/abts*" \
       
    16 +                 "*/test/test*" \
       
    17 +                 "*/include/arch/*"
     9  
    18  
    10 -GENERATE_TAGFILE=docs/dox/apr.tag
    19 -GENERATE_TAGFILE=docs/dox/apr.tag
    11 +GENERATE_LATEX=NO
    20 +GENERATE_LATEX=NO
    12 +HTML_TIMESTAMP=NO
    21 +HTML_TIMESTAMP=NO
    13 +HTML_OUTPUT=manual
    22 +HTML_OUTPUT=manual