X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile;h=157559a7ff63d82ed6ba9fc610fa5919fb6eeccd;hb=1f9a4aef45e0bf55a31bf88a828ebd867cf32a34;hp=4a73f0936c2175581d8c1b03403c6484d4ca143b;hpb=3ab2169c16c6e33a7200218e4992a2d6f372b2ee;p=bertos.git diff --git a/Doxyfile b/Doxyfile index 4a73f093..157559a7 100755 --- a/Doxyfile +++ b/Doxyfile @@ -17,13 +17,13 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "Unnamed C Project" +PROJECT_NAME = "DevLib" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "Version 0.1" +PROJECT_NUMBER = "$Date$" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -968,7 +968,7 @@ INCLUDE_FILE_PATTERNS = # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = __linux__ __unix__ +PREDEFINED = __linux__ __unix__ FORMAT(x,y,z)= PGM_FUNC(x)=x # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.