diff options
author | pommicket <pommicket@gmail.com> | 2025-09-16 20:49:49 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-16 20:52:22 -0400 |
commit | ea7b73aac55177d1d556d0c9dba04b0870d3aaf6 (patch) | |
tree | 98862ab518680573c4d1d77542bc88b5ec9ceb2a /cpp/Doxyfile | |
parent | 62bb1ffdee060819657161e260e75e3e1df017ac (diff) |
Allow short reads from read_func
Diffstat (limited to 'cpp/Doxyfile')
-rw-r--r-- | cpp/Doxyfile | 26 |
1 files changed, 26 insertions, 0 deletions
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 |