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 --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index eacb913..f70c18f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -7,7 +7,7 @@ OUTPUT_LANGUAGE = English OPTIMIZE_OUTPUT_FOR_C = YES MARKDOWN_SUPPORT = YES INPUT_ENCODING = UTF-8 -FILE_PATTERNS = pom.h +INPUT = pom.h RECURSIVE = NO GENERATE_HTML = YES HTML_OUTPUT = . -- cgit v1.2.3