diff Doxyfile @ 2631:a2afa6ca7294 trunk

[svn] - integrate libmowgli requirement into buildsystem
author nenolod
date Tue, 20 Mar 2007 21:39:00 -0700
parents 83cd495dc898
children
line wrap: on
line diff
--- a/Doxyfile	Mon Mar 19 08:41:23 2007 -0700
+++ b/Doxyfile	Tue Mar 20 21:39:00 2007 -0700
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = $Id: Doxyfile 4254 2007-03-13 20:32:56Z nenolod $
+PROJECT_NUMBER         = $Id: Doxyfile 4280 2007-03-21 04:39:00Z nenolod $
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -106,7 +106,7 @@
 # path before files name in the file list and in the header files. If set 
 # to NO the shortest path that makes the file name unique will be used.
 
-FULL_PATH_NAMES        = YES
+FULL_PATH_NAMES        = NO
 
 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
 # can be used to strip a user-defined part of the path. Stripping is 
@@ -556,7 +556,7 @@
 # Note: To get rid of all source code in the generated output, make sure also 
 # VERBATIM_HEADERS is set to NO.
 
-SOURCE_BROWSER         = NO
+SOURCE_BROWSER         = YES
 
 # Setting the INLINE_SOURCES tag to YES will include the body 
 # of functions and classes directly in the documentation.