[pisa-src] r2306 - trunk/docs/Doxyfile

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 19 Apr 2010 16:40:59 +0200

Author: biurrun
Date: Mon Apr 19 16:40:59 2010
New Revision: 2306

Log:
Fix INPUT paths to work when invoking doxygen from the root of the source tree.
This is what 'make doxygen' requires.

Modified:
   trunk/docs/Doxyfile

Modified: trunk/docs/Doxyfile
==============================================================================
--- trunk/docs/Doxyfile Mon Apr 19 16:37:13 2010        (r2305)
+++ trunk/docs/Doxyfile Mon Apr 19 16:40:59 2010        (r2306)
@@ -513,15 +513,15 @@
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = ../community-operator \
-                         ../kernel             \
-                         ../libpisa            \
-                         ../pairing            \
-                         ../pisabeacon         \
-                         ../pisacd             \
-                         ../pisasd             \
-                         ../test               \
-                         ../tools              \
+INPUT                  = community-operator \
+                         kernel             \
+                         libpisa            \
+                         pairing            \
+                         pisabeacon         \
+                         pisacd             \
+                         pisasd             \
+                         test               \
+                         tools              \
 
 # 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

Other related posts:

  • » [pisa-src] r2306 - trunk/docs/Doxyfile - Diego Biurrun