From 3ab2169c16c6e33a7200218e4992a2d6f372b2ee Mon Sep 17 00:00:00 2001 From: bernie Date: Thu, 5 Aug 2004 17:38:08 +0000 Subject: [PATCH] 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 --- Doxyfile | 2 +- Doxyfile_cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.25.1