Skip to content

Commit

Permalink
docs: add awesome-css for Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
polesskiy-dev committed Aug 12, 2023
1 parent aff9292 commit ab1e338
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "libraries/Unity"]
path = libraries/Unity
url = https://github.com/ThrowTheSwitch/Unity
[submodule "libraries/doxygen-awesome-css"]
path = libraries/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
4 changes: 2 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ ALIASES =
# members will be omitted, etc.
# The default value is: NO.

OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_FOR_C = YES

# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Python sources only. Doxygen will then generate output that is more tailored
Expand Down Expand Up @@ -1600,7 +1600,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
Expand Down
1 change: 1 addition & 0 deletions libraries/doxygen-awesome-css
Submodule doxygen-awesome-css added at df83fb

0 comments on commit ab1e338

Please sign in to comment.