[hipl-commit] [trunk] Rev 4365: Specify just the top-level source directory as input and let Doxygen find files

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 20 Apr 2010 16:58:31 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 20/04/2010 at 16:58:31
Revision: 4365
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Specify just the top-level source directory as input and let Doxygen find 
files
  recursively from there instead of listing all source directories manually.

Modified:
  M  doc/Doxyfile.in

=== modified file 'doc/Doxyfile.in'
--- doc/Doxyfile.in     2010-04-19 16:19:10 +0000
+++ doc/Doxyfile.in     2010-04-20 13:57:38 +0000
@@ -487,19 +487,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = @abs_top_srcdir@/agent           \
-                         @abs_top_srcdir@/doc             \
-                         @abs_top_srcdir@/firewall        \
-                         @abs_top_srcdir@/hipd            \
-                         @abs_top_srcdir@/test            \
-                         @abs_top_srcdir@/tools           \
-                         @abs_top_srcdir@/lib/conf        \
-                         @abs_top_srcdir@/lib/core        \
-                         @abs_top_srcdir@/lib/dht         \
-                         @abs_top_srcdir@/lib/gui         \
-                         @abs_top_srcdir@/lib/ipsec       \
-                         @abs_top_srcdir@/lib/opphip      \
-                         @abs_top_srcdir@/lib/tool        \
+INPUT                  = @abs_top_srcdir@
 
 # This tag can be used to specify the character encoding of the source files 
that
 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also 
the default

Other related posts:

  • » [hipl-commit] [trunk] Rev 4365: Specify just the top-level source directory as input and let Doxygen find files - Diego Biurrun