aboutsummaryrefslogtreecommitdiffstats
path: root/Doxygenfile
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-04-29 17:03:48 +0200
committerJoel Bodenmann <joel@unormal.org>2014-04-29 17:03:48 +0200
commit53a523b360abddaf54f1afc0281d88f10f594020 (patch)
tree2665139410947f6e26249144e77fd93ff37c6d91 /Doxygenfile
parent70c96543fcd20a0d323170e4f8392a0494de2cd4 (diff)
downloaduGFX-53a523b360abddaf54f1afc0281d88f10f594020.tar.gz
uGFX-53a523b360abddaf54f1afc0281d88f10f594020.tar.bz2
uGFX-53a523b360abddaf54f1afc0281d88f10f594020.zip
doxygen
Diffstat (limited to 'Doxygenfile')
-rw-r--r--Doxygenfile18
1 files changed, 8 insertions, 10 deletions
diff --git a/Doxygenfile b/Doxygenfile
index 6498d73a..386786d5 100644
--- a/Doxygenfile
+++ b/Doxygenfile
@@ -230,13 +230,11 @@ 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 <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 <b>S-Class</b> API, this function can be invoked from within a system lock zone by threads only." \
- "api=@par Function Class:\n 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 function is for internal use only." \
- "isr=@par Function Class:\n Interrupt handler, this function should not be directly invoked." \
- "init=@par Function Class:\n Initializer, this function just initializes an object and can be invoked before the kernel is initialized." \
- "special=@par Function Class:\n Special function, this function has special requirements see the notes."
+ALIASES = "iclass=@par Function Class:\n 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 <b>S-Class</b> API, this function can be invoked from within a system lock zone by threads only." \
+ "api=@par Function Class:\n Normal API, this function can be invoked by regular system threads." \
+ "notapi=@par Function Class:\n Not an API, this function is for internal use only." \
+ "isr=@par Function Class:\n Interrupt handler, this function should not be directly invoked." \
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
@@ -2051,7 +2049,7 @@ PERL_PATH = /usr/bin/perl
# powerful graphs.
# The default value is: YES.
-CLASS_DIAGRAMS = YES
+CLASS_DIAGRAMS = NO
# You can define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see:
@@ -2124,7 +2122,7 @@ DOT_FONTPATH =
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
-CLASS_GRAPH = YES
+CLASS_GRAPH = NO
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
# graph for each documented class showing the direct and indirect implementation
@@ -2198,7 +2196,7 @@ INCLUDED_BY_GRAPH = NO
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
-CALL_GRAPH = YES
+CALL_GRAPH = NO
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# dependency graph for every global function or class method.