From 52ba910a48a4dd2abb798c3c998ecb0e006c1895 Mon Sep 17 00:00:00 2001
From: pommicket <pommicket@gmail.com>
Date: Tue, 28 Feb 2023 19:39:06 -0500
Subject: doxygen documentation

---
 Doxyfile | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 Doxyfile

(limited to 'Doxyfile')

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
-- 
cgit v1.2.3