[ros-diffs] [gedmurphy] 38491: - Set a dummy revision number. This value should be dynamically set prior to running doxygen. - Inline the source in the docs. Although it makes the docs rather long, it's much more useful this way at the moment. - Use case sensitive names as this will run on a unix server.

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Wed Dec 31 16:38:28 CET 2008


Author: gedmurphy
Date: Wed Dec 31 09:38:28 2008
New Revision: 38491

URL: http://svn.reactos.org/svn/reactos?rev=38491&view=rev
Log:
- Set a dummy revision number. This value should be dynamically set prior to running doxygen.
- Inline the source in the docs. Although it makes the docs rather long, it's much more useful this way at the moment.
- Use case sensitive names as this will run on a unix server.

Modified:
    trunk/reactos/Doxyfile

Modified: trunk/reactos/Doxyfile
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Doxyfile?rev=38491&r1=38490&r2=38491&view=diff
==============================================================================
--- trunk/reactos/Doxyfile [iso-8859-1] (original)
+++ trunk/reactos/Doxyfile [iso-8859-1] Wed Dec 31 09:38:28 2008
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = "0.4-SVN 30-12-12"
+PROJECT_NUMBER         = "0.4-SVN r?????"
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -382,7 +382,7 @@
 # in case and if your file system supports case sensitive file names. Windows 
 # and Mac users are advised to set this option to NO.
 
-CASE_SENSE_NAMES       = NO
+CASE_SENSE_NAMES       = YES
 
 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 
 # will show members with their full class and namespace scopes in the 
@@ -698,7 +698,7 @@
 # Setting the INLINE_SOURCES tag to YES will include the body 
 # of functions and classes directly in the documentation.
 
-INLINE_SOURCES         = NO
+INLINE_SOURCES         = YES
 
 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 
 # doxygen to hide any special comment blocks from generated source code 



More information about the Ros-diffs mailing list