From 8a44c25f47894d4c90638973eb6de04488d7d152 Mon Sep 17 00:00:00 2001 From: karutoh Date: Thu, 1 Feb 2024 20:45:36 -0800 Subject: [PATCH] Fixed doxygen config. --- .ehs-docs-config.doxyfile.kate-swp | Bin 563 -> 0 bytes ehs-docs-config.doxyfile | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .ehs-docs-config.doxyfile.kate-swp diff --git a/.ehs-docs-config.doxyfile.kate-swp b/.ehs-docs-config.doxyfile.kate-swp deleted file mode 100644 index 2a1e0fea7bf9da2b711e6897e24922d569b2f984..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 563 zcmYk(J#NB45Cz~}xuHsdDEPCzCX`Wv!WkS9L4_+yL@Z&+3P>c%5ja2^BqWPl(5B%G z+<`U{HE+g(N3rsLp52+*U1LmjIQ>dp@-tn!w=7TH>vPW-Q~Tc)r%7;Jd56F4=DhxW zC@TGAjK~wlBStsAu_M382<(s!jK~mlWB`Vw4+dl#^vM?3CYxX@PTuj6u7ozGWwjm9 zlFTNhN0`^eXhrsm8{!vQ^L@~oZ$WFm87;lrmD<~5ewSZ;&5v8Wxyj`k&S)+FNo)DC qoNm|hIpbRXo0glkW&65bF5ae$J8^kjjmxv$$K_S+oa^P$al8w*O-OS9 diff --git a/ehs-docs-config.doxyfile b/ehs-docs-config.doxyfile index f3a09ee..955737d 100644 --- a/ehs-docs-config.doxyfile +++ b/ehs-docs-config.doxyfile @@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "My Project" +PROJECT_NAME = EHS # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version @@ -74,7 +74,7 @@ PROJECT_ICON = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = +OUTPUT_DIRECTORY = docs # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format @@ -524,7 +524,7 @@ TIMESTAMP = NO # 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. @@ -1045,7 +1045,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 @@ -1716,7 +1716,7 @@ DISABLE_INDEX = NO # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_TREEVIEW = NO +GENERATE_TREEVIEW = YES # When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the # FULL_SIDEBAR option determines if the side bar is limited to only the treeview @@ -1956,7 +1956,7 @@ EXTRA_SEARCH_MAPPINGS = # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. # The default value is: YES. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of