From be7b1a115b97dc543d0840d10d2d443ab066ce5b Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 10 Sep 2025 15:26:05 -0400 Subject: Initial commit --- Doxyfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Doxyfile (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile new file mode 100644 index 0000000..01993ae --- /dev/null +++ b/Doxyfile @@ -0,0 +1,24 @@ +DOXYFILE_ENCODING = UTF-8 +PROJECT_NAME = libpom +PROJECT_BRIEF = "Parser for the POM configuration language" +OUTPUT_DIRECTORY = doc +CREATE_SUBDIRS = NO +OUTPUT_LANGUAGE = English +OPTIMIZE_OUTPUT_FOR_C = YES +MARKDOWN_SUPPORT = YES +INPUT_ENCODING = UTF-8 +FILE_PATTERNS = pom.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 = YES +COLLABORATION_GRAPH = NO +WARN_IF_UNDOCUMENTED = NO +QUIET = YES +INCLUDE_GRAPH = NO -- cgit v1.2.3