From: (no author) <(no author)@38d2e660-2303-0410-9eaa-f027e97ec537> Date: Thu, 23 Jul 2009 14:15:56 +0000 (+0000) Subject: doc: Update doxyfiles to generate full timer documentation. X-Git-Tag: 2.2.0~202 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=1b59c54367c74f50569f7e7d771ad8ccec15d20f doc: Update doxyfiles to generate full timer documentation. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2766 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Doxyfile b/Doxyfile index d181744a..b993b3ea 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1264,7 +1264,10 @@ PREDEFINED = __doxygen__ \ PGM_FUNC(x)=x \ INLINE=inline \ CONFIG_FAT_DRIVES=1 \ - CONFIG_KERN_PRI=1 + CONFIG_KERN_PRI=1 \ + CONFIG_TIMER_EVENTS=1 \ + CONFIG_TIMER_UDELAY=1 \ + CONFIG_KERN_SIGNALS=1 # 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-chm b/Doxyfile-chm index 499a6b81..208cb7a5 100644 --- a/Doxyfile-chm +++ b/Doxyfile-chm @@ -1264,7 +1264,10 @@ PREDEFINED = __doxygen__ \ PGM_FUNC(x)=x \ INLINE=inline \ CONFIG_FAT_DRIVES=1 \ - CONFIG_KERN_PRI=1 + CONFIG_KERN_PRI=1 \ + CONFIG_TIMER_EVENTS=1 \ + CONFIG_TIMER_UDELAY=1 \ + CONFIG_KERN_SIGNALS=1 # 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.