From 03839ea641805486445751148613ce5ac23c7192 Mon Sep 17 00:00:00 2001 From: Ethan Looney Date: Tue, 7 Jul 2020 13:06:38 -0700 Subject: [PATCH 1/2] Changed EXTRACT_ALL from NO to YES in order to document every function --- doc/formats/html/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/formats/html/Doxyfile b/doc/formats/html/Doxyfile index 66ad911eb..f9a62f4e0 100644 --- a/doc/formats/html/Doxyfile +++ b/doc/formats/html/Doxyfile @@ -435,7 +435,7 @@ LOOKUP_CACHE_SIZE = 0 # normally produced when WARNINGS is set to YES. # The default value is: NO. -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation. From 7e23273d1c0001ae758a8dd00270dfef19ffce51 Mon Sep 17 00:00:00 2001 From: Ethan Looney Date: Fri, 10 Jul 2020 12:51:21 -0700 Subject: [PATCH 2/2] Changed directory for Doxygen's search to only the necessary header files --- doc/formats/html/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/formats/html/Doxyfile b/doc/formats/html/Doxyfile index f9a62f4e0..730158773 100644 --- a/doc/formats/html/Doxyfile +++ b/doc/formats/html/Doxyfile @@ -790,7 +790,7 @@ WARN_LOGFILE = doxygen_warnings # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../ ./mainpage.dox +INPUT = ./mainpage.dox ./dox_comments/header_files/ # 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