aboutsummaryrefslogtreecommitdiffstats
path: root/doc/nil/Doxyfile_chm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/nil/Doxyfile_chm')
-rw-r--r--doc/nil/Doxyfile_chm21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/nil/Doxyfile_chm b/doc/nil/Doxyfile_chm
index 402797b26..4375bea26 100644
--- a/doc/nil/Doxyfile_chm
+++ b/doc/nil/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."
@@ -791,8 +791,9 @@ INPUT = ./src \
../../os/nil/src \
../../os/nil/include \
../../os/nil/templates \
- ../../os/common/oslib/src \
- ../../os/common/oslib/include
+ ../../os/lib/dox \
+ ../../os/lib/src \
+ ../../os/lib/include
# 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