aboutsummaryrefslogtreecommitdiffstats
path: root/Doxygenfile
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-04-29 17:28:14 +0200
committerJoel Bodenmann <joel@unormal.org>2014-04-29 17:28:14 +0200
commitf4b0eb68f60495cc5e2d883746675ebd29614807 (patch)
tree56877a17bec7c51a73f0d8a52ad083644f4f0ccc /Doxygenfile
parent53a523b360abddaf54f1afc0281d88f10f594020 (diff)
downloaduGFX-f4b0eb68f60495cc5e2d883746675ebd29614807.tar.gz
uGFX-f4b0eb68f60495cc5e2d883746675ebd29614807.tar.bz2
uGFX-f4b0eb68f60495cc5e2d883746675ebd29614807.zip
doxygen
Diffstat (limited to 'Doxygenfile')
-rw-r--r--Doxygenfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doxygenfile b/Doxygenfile
index 386786d5..37604878 100644
--- a/Doxygenfile
+++ b/Doxygenfile
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.
-PROJECT_NAME = uGFX
+PROJECT_NAME =
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
@@ -44,14 +44,14 @@ PROJECT_NUMBER = 2.0
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
-PROJECT_BRIEF =
+PROJECT_BRIEF = "version 2.0"
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
# the documentation. The maximum height of the logo should not exceed 55 pixels
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
# to the output directory.
-PROJECT_LOGO =
+PROJECT_LOGO = docs/rsc/ugfx_logo_doxygen.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
@@ -234,7 +234,7 @@ ALIASES = "iclass=@par Function Class:\n This is an <b>I-Class</b
"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." \
+ "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"
@@ -753,7 +753,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT =
+INPUT = .
# 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