X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/4b35dd167001233d2f44f918d3656a3f2ad80f2e..ba8ffa4cb70a45f4e487a874276759d81ae8ae2e:/LUFA/Doxygen.conf diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index a3903a8a3..3aafe6ae8 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -31,7 +31,7 @@ PROJECT_NAME = "LUFA (Formerly MyUSB) Library" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 090810 +PROJECT_NUMBER = 000000 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -1227,7 +1227,7 @@ PREDEFINED = __DOXYGEN__ # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition. -EXPAND_AS_DEFINED = _CALLBACK_PARAM +EXPAND_AS_DEFINED = __CALLBACK_PARAM # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all function-like macros that are alone @@ -1481,4 +1481,4 @@ DOT_CLEANUP = YES # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. -SEARCHENGINE = NO +SEARCHENGINE = YES