diff --git a/doc/Doxyfile b/doc/Doxyfile index e64c4b5..3945a92 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -54,7 +54,7 @@ PROJECT_NUMBER = v1.0 # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "A collection of useful libraries for embedded systems" +PROJECT_BRIEF = "Libraries for embedded" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 @@ -1789,7 +1789,7 @@ ENUM_VALUES_PER_LINE = 4 # Minimum value: 0, maximum value: 1500, default value: 250. # This tag requires that the tag GENERATE_HTML is set to YES. -TREEVIEW_WIDTH = 250 +TREEVIEW_WIDTH = 355 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to # external symbols imported via tag files in a separate window. diff --git a/doc/Doxyfile_test b/doc/Doxyfile_test index 12a83fb..aa5c236 100644 --- a/doc/Doxyfile_test +++ b/doc/Doxyfile_test @@ -54,7 +54,7 @@ PROJECT_NUMBER = v1.0 # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "A collection of useful libraries for embedded systems" +PROJECT_BRIEF = "Libraries for embedded" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 @@ -1422,7 +1422,6 @@ HTML_EXTRA_FILES = ./stylesheet/doxygen-awesome-darkmode-toggle.js \ ./stylesheet/doxygen-awesome-tabs.js \ ./stylesheet/doxygen-custom/toggle-alternative-theme.js - # The HTML_COLORSTYLE tag can be used to specify if the generated HTML output # should be rendered with a dark or light theme. # Possible values are: LIGHT always generate light mode output, DARK always @@ -1791,7 +1790,7 @@ ENUM_VALUES_PER_LINE = 4 # Minimum value: 0, maximum value: 1500, default value: 250. # This tag requires that the tag GENERATE_HTML is set to YES. -TREEVIEW_WIDTH = 250 +TREEVIEW_WIDTH = 355 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to # external symbols imported via tag files in a separate window.