From ce87f3e18855e44f4921dcdfe9576be320721771 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 24 Dec 2016 20:00:15 +0000 Subject: [PATCH] Fix missing API reference documentation --- docs/api/Doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/Doxyfile b/docs/api/Doxyfile index 40b2e3ea..b010b277 100644 --- a/docs/api/Doxyfile +++ b/docs/api/Doxyfile @@ -782,7 +782,9 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = include/loot \ - include/loot/exception + include/loot/enum \ + include/loot/exception \ + include/loot/struct # 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