aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-09 08:57:45 +0200
committerTectu <joel@unormal.org>2012-08-09 08:57:45 +0200
commite9bf4f92f05e0f34a5cc4734de791087e3f37e9e (patch)
tree32939ca5d59e1fe4ac0ba4dd26ad71302e0ed754 /Doxyfile
parentfda647c6c2111857cec188a7f6f104c459d87684 (diff)
downloaduGFX-e9bf4f92f05e0f34a5cc4734de791087e3f37e9e.tar.gz
uGFX-e9bf4f92f05e0f34a5cc4734de791087e3f37e9e.tar.bz2
uGFX-e9bf4f92f05e0f34a5cc4734de791087e3f37e9e.zip
added doxyfile
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/Doxyfile b/Doxyfile
new file mode 100644
index 00000000..4c38027b
--- /dev/null
+++ b/Doxyfile
@@ -0,0 +1,23 @@
+DOXYFILE_ENCODING = UTF-8
+PROJECT_NAME = "ChibiOS-LCD-Driver"
+PROJECT_NUMBER = 0.0.1
+PROJECT_BRIEF = "Library for interfacing GLCDs with Touchpad to ChibiOS"
+OUTPUT_LANGUAGE = English
+TAB_SIZE = 2
+OPTIMIZE_OUTPUT_FOR_C = YES
+INPUT =
+RECURSIVE = YES
+GENERATE_LATEX = NO
+GENERATE_HTML = YES
+HTML_OUTPUT = html
+HTML_FILE_EXTENSION = .html
+HTML_DYNAMIC_SECTIONS = YES
+GENERATE_TREEVIEW = YES
+DISABLE_INDEX = YES
+TREEVIEW_WIDTH = 300
+SEARCHENGINE = YES
+CLASS_DIAGRAMS = YES
+HIDE_UNDOC_RELATIONS = YES
+HAVE_DOT = YES
+GRAPHICAL_HIERARCHY = YES
+