aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
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
+