Author: pgollucci
Date: Mon Jan  2 12:52:57 2006
New Revision: 365429

URL: http://svn.apache.org/viewcvs?rev=365429&view=rev
Log:
fix
include/apreq.h:52: Warning: included file include/apreq.h is not found. Check 
your EXAMPLE_PATH


Modified:
    httpd/apreq/trunk/build/doxygen.conf.in

Modified: httpd/apreq/trunk/build/doxygen.conf.in
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/build/doxygen.conf.in?rev=365429&r1=365428&r2=365429&view=diff
==============================================================================
--- httpd/apreq/trunk/build/doxygen.conf.in (original)
+++ httpd/apreq/trunk/build/doxygen.conf.in Mon Jan  2 12:52:57 2006
@@ -34,8 +34,8 @@
 EXCLUDE                = 
 EXCLUDE_SYMLINKS       = NO
 EXCLUDE_PATTERNS       = apreq_config* apreq_private*
-EXAMPLE_PATH           = .
-EXAMPLE_PATTERNS       = README INSTALL LICENSE NOTICE *.html *.man
+EXAMPLE_PATH           = . include
+EXAMPLE_PATTERNS       = README INSTALL LICENSE NOTICE *.html *.man *.h
 IMAGE_PATH             = 
 SOURCE_BROWSER         = NO
 


Reply via email to