aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-12 10:07:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-12 10:07:09 +0000
commitdffdc36d577c70bac7bf172f00c55aabf173340a (patch)
tree10dd28a59f0c2aede96330f1166134fdc0fe9c6d /doc/hal
parente023f0058dcb36075f3a51072593aeff334eff3c (diff)
downloadChibiOS-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')
-rw-r--r--doc/hal/Doxyfile_chm5
-rw-r--r--doc/hal/Doxyfile_html5
2 files changed, 6 insertions, 4 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
diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html
index e4a9b25c3..a6f88bc93 100644
--- a/doc/hal/Doxyfile_html
+++ b/doc/hal/Doxyfile_html
@@ -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