From cb85afb78edd0f7fd723affa97410f5f7a343023 Mon Sep 17 00:00:00 2001 From: josh Date: Wed, 10 Apr 2024 16:38:40 -0400 Subject: [PATCH] Fix Doxyfile --- Doxyfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Doxyfile b/Doxyfile index 4cd0715..795486c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -157,7 +157,7 @@ ABBREVIATE_BRIEF = "The $name class" \ # description. # The default value is: NO. -ALWAYS_DETAILED_SEC = NO +ALWAYS_DETAILED_SEC = YES # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those @@ -917,9 +917,8 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = /home/dawsh/CLionProjects/j3ml/include \ - /home/dawsh/CLionProjects/j3ml/include \ - /home/dawsh/CLionProjects/j3ml/src +INPUT = include \ + src # 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 @@ -1010,7 +1009,7 @@ FILE_PATTERNS = *.c \ # be searched for input files as well. # The default value is: NO. -RECURSIVE = NO +RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should be # excluded from the INPUT source files. This way you can easily exclude a