From dffdc36d577c70bac7bf172f00c55aabf173340a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 12 Dec 2014 10:07:09 +0000 Subject: 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 --- doc/hal/Doxyfile_chm | 5 +++-- doc/hal/Doxyfile_html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3