From ea7b73aac55177d1d556d0c9dba04b0870d3aaf6 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 16 Sep 2025 20:49:49 -0400 Subject: Allow short reads from read_func --- cpp/Doxyfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 cpp/Doxyfile (limited to 'cpp/Doxyfile') diff --git a/cpp/Doxyfile b/cpp/Doxyfile new file mode 100644 index 0000000..03da967 --- /dev/null +++ b/cpp/Doxyfile @@ -0,0 +1,26 @@ +DOXYFILE_ENCODING = UTF-8 +PROJECT_NAME = libpom++ +PROJECT_BRIEF = "Parser for the POM configuration language" +OUTPUT_DIRECTORY = doc +CREATE_SUBDIRS = NO +OUTPUT_LANGUAGE = English +MARKDOWN_SUPPORT = YES +INPUT_ENCODING = UTF-8 +INPUT = pom.hpp +RECURSIVE = NO +GENERATE_HTML = YES +HTML_OUTPUT = . +HTML_FILE_EXTENSION = .html +GENERATE_LATEX = NO +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = 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 +WARN_AS_ERROR = FAIL_ON_WARNINGS +HIDE_FRIEND_COMPOUNDS = YES -- cgit v1.2.3