diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hal/Doxyfile_chm | 5 | ||||
-rw-r--r-- | doc/hal/Doxyfile_html | 5 |
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
|