diff options
author | pommicket <pommicket@gmail.com> | 2023-02-28 19:39:06 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-02-28 19:39:06 -0500 |
commit | 52ba910a48a4dd2abb798c3c998ecb0e006c1895 (patch) | |
tree | 5fa4b3fb1e28ee1027aaa02a78ddf9b9bd7b59f5 /Doxyfile | |
parent | 5e92dac7b8ff9d60bfa3dcc69c3f77663a01aea4 (diff) |
doxygen documentation
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 23 |
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 |