git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@562 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-12-30 10:21:01 +00:00
parent e1b458b2b8
commit b88fb18b98
2 changed files with 5 additions and 4 deletions

View File

@ -102,11 +102,11 @@ FILTER_SOURCE_FILES = NO
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to source browsing # configuration options related to source browsing
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
SOURCE_BROWSER = NO SOURCE_BROWSER = YES
INLINE_SOURCES = NO INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = YES STRIP_CODE_COMMENTS = NO
REFERENCED_BY_RELATION = NO REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = NO REFERENCES_RELATION = YES
REFERENCES_LINK_SOURCE = YES REFERENCES_LINK_SOURCE = YES
USE_HTAGS = NO USE_HTAGS = NO
VERBATIM_HEADERS = NO VERBATIM_HEADERS = NO

View File

@ -99,6 +99,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- Added usage notes for programmers to the ARM7 port documentation about - Added usage notes for programmers to the ARM7 port documentation about
interrupt handlers. interrupt handlers.
- Port-specific settings added to the documentation. - Port-specific settings added to the documentation.
- Added source browser to the documentation.
- Fixes and improvements through the documentation. - Fixes and improvements through the documentation.
*** 0.8.3 *** *** 0.8.3 ***