Skip to content

Commit f57da01

Browse files
committed
lots of little docstrings added
1 parent ee90683 commit f57da01

File tree

109 files changed

+438
-1404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+438
-1404
lines changed

Doxyfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ HTML_FOOTER =
938938
# HTML_EXTRA_STYLESHEET instead of this one, as it is more robust and this
939939
# tag will in the future become obsolete.
940940

941-
HTML_STYLESHEET = Doxygen.css
941+
HTML_STYLESHEET =
942942

943943
# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional
944944
# user-defined cascading style sheet that is included after the standard
@@ -948,7 +948,7 @@ HTML_STYLESHEET = Doxygen.css
948948
# robust against future updates. Doxygen will copy the style sheet file to
949949
# the output directory.
950950

951-
HTML_EXTRA_STYLESHEET =
951+
HTML_EXTRA_STYLESHEET = Doxymods.css
952952

953953
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
954954
# other source files which should be copied to the HTML output directory. Note
@@ -1189,7 +1189,7 @@ ENUM_VALUES_PER_LINE = 4
11891189
# used to set the initial width (in pixels) of the frame in which the tree
11901190
# is shown.
11911191

1192-
TREEVIEW_WIDTH = 250
1192+
TREEVIEW_WIDTH = 200
11931193

11941194
# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
11951195
# links to external symbols imported via tag files in a separate window.

0 commit comments

Comments
 (0)