diff options
| author | realtradam <[email protected]> | 2023-06-18 23:53:51 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-18 23:53:51 -0400 |
| commit | e7e0b682309d8a415dd514a318d1139e3acce85b (patch) | |
| tree | 0576eedb1e08767ac556843d021731dab321c324 /Doxyfile | |
| parent | ed248e655236699bdeae473a602b2c74b2f47fa7 (diff) | |
| download | RodeoKit-e7e0b682309d8a415dd514a318d1139e3acce85b.tar.gz RodeoKit-e7e0b682309d8a415dd514a318d1139e3acce85b.zip | |
make doc generator see math functions
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
