summaryrefslogtreecommitdiff
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 0000000..a647a92
--- /dev/null
+++ b/Doxyfile
@@ -0,0 +1,23 @@
+DOXYFILE_ENCODING = UTF-8
+PROJECT_NAME = ted
+PROJECT_BRIEF = "A text editor"
+PROJECT_LOGO = assets/icon.ico
+OUTPUT_DIRECTORY = doc
+CREATE_SUBDIRS = NO
+OUTPUT_LANGUAGE = English
+OPTIMIZE_OUTPUT_FOR_C = YES
+MARKDOWN_SUPPORT = YES
+INPUT_ENCODING = UTF-8
+FILE_PATTERNS = *.h
+RECURSIVE = NO
+GENERATE_HTML = YES
+HTML_OUTPUT = .
+HTML_FILE_EXTENSION = .html
+GENERATE_LATEX = NO
+ENABLE_PREPROCESSING = YES
+MULTILINE_CPP_IS_BRIEF = YES
+AUTOLINK_SUPPORT = NO
+DISTRIBUTE_GROUP_DOC = YES
+EXTRACT_STATIC = YE
+COLLABORATION_GRAPH = NO
+EXCLUDE = lsp.h, keywords.h, pcre-inc.h, sdl-inc.h