From 07e04b001c19f062228eabe03cf2685a82da1834 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Wed, 28 Apr 2021 21:26:44 +0900 Subject: [PATCH] Scan new src/modules/ directory for Doxygen stuff --- docs/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index df4a2f8..c03cbf7 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -7,7 +7,7 @@ OPTIMIZE_OUTPUT_FOR_C = YES LAYOUT_FILE = docs/DoxygenLayout.xml # Make docs for interpreter and tools -INPUT = src/ src/kuroko/ tools/ docs/ +INPUT = src/ src/kuroko/ tools/ docs/ src/modules/ FILE_PATTERNS = *.c *.h *.md ENABLE_PREPROCESSING = YES