Update doxygen configuration file for new tree layout.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 18 Feb 2008 03:07:24 +0000 (12:07 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 18 Feb 2008 03:08:35 +0000 (12:08 +0900)
doxygen/gallium.doxy

index fbcec03ea651a18bc6d161bc1083f391793ce4e1..3ef8c6c297280a14eba14aa13915af8572cfcaec 100644 (file)
@@ -113,7 +113,7 @@ FULL_PATH_NAMES        = YES
 # If left blank the directory from which doxygen is run is used as the 
 # path to strip.
 
-STRIP_FROM_PATH        = ../src/mesa
+STRIP_FROM_PATH        = ../src
 
 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 
 # the path mentioned in the documentation of a class, which tells 
@@ -478,9 +478,9 @@ WARN_LOGFILE           =
 # with spaces.
 
 INPUT                  = gallium.doc \
-                         ../src/mesa/pipe \
+                         ../src/gallium \
                          ../src/mesa/state_tracker \
-                         ../src/mesa/drivers/dri/intel_winsys
+                         ../src/mesa/x86/rtasm
 
 # 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