From b88fb18b984effc45b8c5c5aeedf89e667367044 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 30 Dec 2008 10:21:01 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@562 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/Doxyfile | 8 ++++---- readme.txt | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) 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 ***