diff --git a/reactos/Doxyfile b/reactos/Doxyfile index ee2fe4757ac..0fdd22ff8cb 100644 --- a/reactos/Doxyfile +++ b/reactos/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = ReactOS # 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 @@ INTERNAL_DOCS = NO # 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 @@ SOURCE_BROWSER = YES # 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