aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-03 13:26:59 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-03 13:26:59 +0000
commit94b7c97e600921095bb215c63a7b5d0f3b9ede3f (patch)
tree127bf24a16fa73e9f2cefc609156234c06603cda /doc/hal
parentc142399273babe2cb6c47ad714494fde77a22893 (diff)
downloadChibiOS-94b7c97e600921095bb215c63a7b5d0f3b9ede3f.tar.gz
ChibiOS-94b7c97e600921095bb215c63a7b5d0f3b9ede3f.tar.bz2
ChibiOS-94b7c97e600921095bb215c63a7b5d0f3b9ede3f.zip
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11992 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'doc/hal')
-rw-r--r--doc/hal/Doxyfile_chm18
-rw-r--r--doc/hal/Doxyfile_html18
2 files changed, 18 insertions, 18 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm
index 85e6e877e..0d36d6517 100644
--- a/doc/hal/Doxyfile_chm
+++ b/doc/hal/Doxyfile_chm
@@ -238,28 +238,28 @@ TAB_SIZE = 2
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.
-ALIASES = "iclass=@par Function Class:\n This is an \
+ALIASES = "iclass=@par Function Class:<br>This is an \
<b>I-Class</b> API, this function can be \
invoked from within a system lock zone by both \
threads and interrupt handlers." \
- "sclass=@par Function Class:\n This is an \
+ "sclass=@par Function Class:<br>This is an \
<b>S-Class</b> API, this function can be \
invoked from within a system lock zone by threads \
only." \
- "xclass=@par Function Class:\n This is an \
+ "xclass=@par Function Class:<br>This is an \
<b>X-Class</b> API, this function can be \
invoked from any context." \
- "api=@par Function Class:\n Normal API, this \
+ "api=@par Function Class:<br>Normal API, this \
function can be invoked by regular system threads \
but not from within a lock zone." \
- "notapi=@par Function Class:\n Not an API, this \
+ "notapi=@par Function Class:<br>Not an API, this \
function is for internal use only." \
- "isr=@par Function Class:\n Interrupt handler, \
+ "isr=@par Function Class:<br>Interrupt handler, \
this function should not be directly invoked." \
- "init=@par Function Class:\n Initializer, this \
+ "init=@par Function Class:<br>Initializer, this \
function just initializes an object and can be \
invoked before the kernel is initialized." \
- "special=@par Function Class:\n Special function, \
+ "special=@par Function Class:<br>Special function, \
this function has special requirements see the \
notes."
@@ -2369,7 +2369,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 26f296ba8..077cb58fb 100644
--- a/doc/hal/Doxyfile_html
+++ b/doc/hal/Doxyfile_html
@@ -238,28 +238,28 @@ TAB_SIZE = 2
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.
-ALIASES = "iclass=@par Function Class:\n This is an \
+ALIASES = "iclass=@par Function Class:<br>This is an \
<b>I-Class</b> API, this function can be \
invoked from within a system lock zone by both \
threads and interrupt handlers." \
- "sclass=@par Function Class:\n This is an \
+ "sclass=@par Function Class:<br>This is an \
<b>S-Class</b> API, this function can be \
invoked from within a system lock zone by threads \
only." \
- "xclass=@par Function Class:\n This is an \
+ "xclass=@par Function Class:<br>This is an \
<b>X-Class</b> API, this function can be \
invoked from any context." \
- "api=@par Function Class:\n Normal API, this \
+ "api=@par Function Class:<br>Normal API, this \
function can be invoked by regular system threads \
but not from within a lock zone." \
- "notapi=@par Function Class:\n Not an API, this \
+ "notapi=@par Function Class:<br>Not an API, this \
function is for internal use only." \
- "isr=@par Function Class:\n Interrupt handler, \
+ "isr=@par Function Class:<br>Interrupt handler, \
this function should not be directly invoked." \
- "init=@par Function Class:\n Initializer, this \
+ "init=@par Function Class:<br>Initializer, this \
function just initializes an object and can be \
invoked before the kernel is initialized." \
- "special=@par Function Class:\n Special function, \
+ "special=@par Function Class:<br>Special function, \
this function has special requirements see the \
notes."
@@ -2369,7 +2369,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