diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-03 12:43:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-03 12:43:02 +0000 |
commit | a054e9599dc5290a07464542530324f87000690c (patch) | |
tree | 2416c71293496803839e82e7a9466d931bfde1ba /docs | |
parent | 071e9457b0645f07a90485bd7a7c68fa5e34801b (diff) | |
download | ChibiOS-a054e9599dc5290a07464542530324f87000690c.tar.gz ChibiOS-a054e9599dc5290a07464542530324f87000690c.tar.bz2 ChibiOS-a054e9599dc5290a07464542530324f87000690c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@422 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 4df239ac5..901be54dc 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -240,12 +240,10 @@ PREDEFINED = __JUST_STUBS__ \ __DOXIGEN__ \ CH_USE_VIRTUAL_TIMERS \ CH_USE_SYSTEMTIME \ - CH_USE_SLEEP \ - CH_USE_RESUME \ - CH_USE_SUSPEND \ - CH_USE_TERMINATE \ CH_USE_WAITEXIT \ CH_USE_SEMAPHORES \ + CH_USE_SEMSW \ + CH_USE_SEMAPHORES_TIMEOUT \ CH_USE_MUTEXES \ CH_USE_EVENTS \ CH_USE_EVENTS_TIMEOUT \ @@ -260,7 +258,6 @@ PREDEFINED = __JUST_STUBS__ \ CH_USE_MESSAGES \ CH_USE_MESSAGES_EVENT \ CH_USE_MESSAGES_PRIORITY \ - CH_USE_SEMSW \ CH_USE_DEBUG \ CH_USE_TRACE EXPAND_AS_DEFINED = |