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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Apr 2010 12:51:57 +0200

Author: biurrun
Date: Thu Apr 15 12:51:56 2010
New Revision: 2280

Log:
doxygen: Add all missing directories to list of input directories.

Modified:
   trunk/docs/Doxyfile

Modified: trunk/docs/Doxyfile
==============================================================================
--- trunk/docs/Doxyfile Thu Apr 15 12:50:45 2010        (r2279)
+++ trunk/docs/Doxyfile Thu Apr 15 12:51:56 2010        (r2280)
@@ -513,11 +513,15 @@
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = ../pisacd \
-                         ../include \
-                         ../libpisa \
-                         ../pairing \
-                         ../pisasd \
+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] r2280 - trunk/docs/Doxyfile - Diego Biurrun