From 1b59c54367c74f50569f7e7d771ad8ccec15d20f Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@38d2e660-2303-0410-9eaa-f027e97ec537> Date: Thu, 23 Jul 2009 14:15:56 +0000 Subject: [PATCH] doc: Update doxyfiles to generate full timer documentation. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2766 38d2e660-2303-0410-9eaa-f027e97ec537 --- Doxyfile | 5 ++++- Doxyfile-chm | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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. -- 2.25.1