diff --git a/docs/Doxyfile b/docs/Doxyfile index 7c341ac1b..125874cfa 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -102,11 +102,11 @@ FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES INLINE_SOURCES = NO -STRIP_CODE_COMMENTS = YES -REFERENCED_BY_RELATION = NO -REFERENCES_RELATION = NO +STRIP_CODE_COMMENTS = NO +REFERENCED_BY_RELATION = YES +REFERENCES_RELATION = YES REFERENCES_LINK_SOURCE = YES USE_HTAGS = NO VERBATIM_HEADERS = NO diff --git a/readme.txt b/readme.txt index c1e893467..d35dbc571 100644 --- a/readme.txt +++ b/readme.txt @@ -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 interrupt handlers. - Port-specific settings added to the documentation. +- Added source browser to the documentation. - Fixes and improvements through the documentation. *** 0.8.3 ***