From 692489ed0beabc99215fa2f8ca9616d1dbec13a2 Mon Sep 17 00:00:00 2001 From: bernie Date: Thu, 5 Aug 2004 18:47:32 +0000 Subject: [PATCH] Define dummy FORMAT() and PGM_FUNC() macros to help Doxygen's parser. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@117 38d2e660-2303-0410-9eaa-f027e97ec537 --- Doxyfile | 2 +- Doxyfile_cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 4a73f093..427916f3 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 = __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. diff --git a/Doxyfile_cxx b/Doxyfile_cxx index 222af140..242cfa6d 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__ __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. -- 2.25.1