From e7e0b682309d8a415dd514a318d1139e3acce85b Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 18 Jun 2023 23:53:51 -0400 Subject: make doc generator see math functions --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 2ef946e..d444b00 100644 --- a/Doxyfile +++ b/Doxyfile @@ -917,7 +917,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ./include ./include/rodeo +INPUT = ./include ./include/rodeo ./include/rodeo/math # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses -- cgit v1.2.3