diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-30 10:21:01 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-30 10:21:01 +0000 |
commit | b88fb18b984effc45b8c5c5aeedf89e667367044 (patch) | |
tree | e9f5ed84ccdc90d73a4d627aa5e001c1bfd07d19 | |
parent | e1b458b2b81db0d28ea4d97a3c10abce05555930 (diff) | |
download | ChibiOS-b88fb18b984effc45b8c5c5aeedf89e667367044.tar.gz ChibiOS-b88fb18b984effc45b8c5c5aeedf89e667367044.tar.bz2 ChibiOS-b88fb18b984effc45b8c5c5aeedf89e667367044.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@562 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | docs/Doxyfile | 8 | ||||
-rw-r--r-- | 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 ***
|