diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 12:07:24 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-18 12:08:35 +0900 |
commit | 56bf73b1fb974e2223c9a4dcc96d39dac84a2df5 (patch) | |
tree | 137d266e2dd7539736d3a1eec48545f97234bebd /doxygen | |
parent | 4a79156812d574249b51e1692f4615aa31bf0e50 (diff) |
Update doxygen configuration file for new tree layout.
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/gallium.doxy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doxygen/gallium.doxy b/doxygen/gallium.doxy index fbcec03ea6..3ef8c6c297 100644 --- a/doxygen/gallium.doxy +++ b/doxygen/gallium.doxy @@ -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 |