Skip to content

Commit

Permalink
Merge branch '12-doxygen-style' into 'develop'
Browse files Browse the repository at this point in the history
Resolve "Generated Doxygen HTML looks terrible and not GAMS-ish"

Closes #12

See merge request devel/gdx!19
  • Loading branch information
0x17 committed Oct 9, 2023
2 parents 670a49e + fbe8efe commit b8932e4
Show file tree
Hide file tree
Showing 3 changed files with 2,533 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
/gdxtest.xcodeproj/project.xcworkspace/xcuserdata/
/gdxtest.xcodeproj/xcuserdata/
/zlib/
/docs/
/src/gclgms.h
/src/gdxcc.c
/src/gdxcc.h
6 changes: 3 additions & 3 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ HTML_STYLESHEET =
# documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_STYLESHEET =
HTML_EXTRA_STYLESHEET = docs/style/doxygen-awesome.css

# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
Expand All @@ -1353,7 +1353,7 @@ HTML_EXTRA_FILES =
# The default value is: AUTO_LIGHT.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_COLORSTYLE = AUTO_LIGHT
HTML_COLORSTYLE = LIGHT

# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
Expand Down Expand Up @@ -1653,7 +1653,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
Loading

0 comments on commit b8932e4

Please sign in to comment.