X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Doxyfile_c;h=1b99f820682bb28ecf81463750039758efba7619;hb=41ee2287b2f2d7ec3e73e998b06076888608ed72;hp=ea075b8f85cffc4456b8c5894adc789768c5431a;hpb=96bbce9d989dfd43667a879f40795318c9f2d14c;p=bertos.git diff --git a/Doxyfile_c b/Doxyfile_c index ea075b8f..1b99f820 100755 --- a/Doxyfile_c +++ b/Doxyfile_c @@ -1,4 +1,4 @@ -# Doxyfile 1.4.2 +# Doxyfile 1.4.4 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project @@ -23,7 +23,7 @@ PROJECT_NAME = "Unnamed C Project" # 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. @@ -376,7 +376,7 @@ SHOW_USED_FILES = YES # If the sources in your project are distributed over multiple directories # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy -# in the documentation. +# in the documentation. The default is YES. SHOW_DIRECTORIES = YES @@ -500,7 +500,9 @@ EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude -# certain files from those directories. +# certain files from those directories. Note that the wildcards are matched +# against the file with absolute path, so to exclude all test directories +# for example use the pattern */test/* EXCLUDE_PATTERNS = @@ -589,6 +591,14 @@ REFERENCED_BY_RELATION = NO REFERENCES_RELATION = YES +# If the USE_HTAGS tag is set to YES then the references to source code +# will point to the HTML generated by the htags(1) tool instead of doxygen +# built-in source browser. The htags tool is part of GNU's global source +# tagging system (see http://www.gnu.org/software/global/global.html). You +# will need version 4.8.6 or higher. + +USE_HTAGS = NO + # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. @@ -1005,8 +1015,12 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = __linux__ \ +PREDEFINED = __doxygen__ \ + __linux__ \ __unix__ \ + __GNUC__ \ + __declspec(x) \ + _DEBUG=1 \ FORMAT(x,y,z)= \ PGM_FUNC(x)=x