From: bernie Date: Thu, 5 Aug 2004 17:38:08 +0000 (+0000) Subject: Add __linux__ and __unix__ predefines to let Doxygen find OS-specific functions. X-Git-Tag: 1.0.0~1127 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3ab2169c16c6e33a7200218e4992a2d6f372b2ee;p=bertos.git Add __linux__ and __unix__ predefines to let Doxygen find OS-specific functions. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@114 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Doxyfile b/Doxyfile index 0565e6c3..4a73f093 100755 --- a/Doxyfile +++ b/Doxyfile @@ -968,7 +968,7 @@ INCLUDE_FILE_PATTERNS = # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = +PREDEFINED = __linux__ __unix__ # 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. diff --git a/Doxyfile_cxx b/Doxyfile_cxx index 44d675c7..222af140 100755 --- a/Doxyfile_cxx +++ b/Doxyfile_cxx @@ -968,7 +968,7 @@ INCLUDE_FILE_PATTERNS = # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = __linux__ +PREDEFINED = __linux__ __unix__ # 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.