diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-12 10:07:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-12 10:07:09 +0000 |
commit | dffdc36d577c70bac7bf172f00c55aabf173340a (patch) | |
tree | 10dd28a59f0c2aede96330f1166134fdc0fe9c6d /doc/hal/Doxyfile_chm | |
parent | e023f0058dcb36075f3a51072593aeff334eff3c (diff) | |
download | ChibiOS-dffdc36d577c70bac7bf172f00c55aabf173340a.tar.gz ChibiOS-dffdc36d577c70bac7bf172f00c55aabf173340a.tar.bz2 ChibiOS-dffdc36d577c70bac7bf172f00c55aabf173340a.zip |
Added OSAL documentation to HAL document. Fixed typos in the various OSALs.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7573 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/hal/Doxyfile_chm')
-rw-r--r-- | doc/hal/Doxyfile_chm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index 5c25f4bd2..9a642604d 100644 --- a/doc/hal/Doxyfile_chm +++ b/doc/hal/Doxyfile_chm @@ -790,7 +790,8 @@ INPUT = ./src \ ../../os/hal/dox \
../../os/hal/src \
../../os/hal/include \
- ../../os/hal/templates
+ ../../os/hal/templates \
+ ../../os/hal/templates\osal
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2365,7 +2366,7 @@ PLANTUML_JAR_PATH = # Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.
-DOT_GRAPH_MAX_NODES = 20
+DOT_GRAPH_MAX_NODES = 50
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the
|