@@ -51,7 +51,7 @@ PROJECT_BRIEF =
5151# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
5252# to the output directory.
5353
54- PROJECT_LOGO =
54+ PROJECT_LOGO = ../docs/ndn-logo.svg
5555
5656# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
5757# into which the generated documentation will be written. If a relative path is
@@ -324,6 +324,13 @@ IDL_PROPERTY_SUPPORT = YES
324324
325325DISTRIBUTE_GROUP_DOC = NO
326326
327+ # If one adds a struct or class to a group and this option is enabled, then also
328+ # any nested class or struct is added to the same group. By default this option
329+ # is disabled and one has to add nested compounds explicitly via \ingroup.
330+ # The default value is: NO.
331+
332+ GROUP_NESTED_COMPOUNDS = YES
333+
327334# Set the SUBGROUPING tag to YES to allow class member groups of the same type
328335# (for instance a group of public functions) to be put as a subgroup of that
329336# type (e.g. under the Public Functions section). Set it to NO to prevent
@@ -727,7 +734,7 @@ WARN_LOGFILE =
727734# spaces.
728735# Note: If this tag is empty the current directory is searched.
729736
730- INPUT = src/
737+ INPUT = src
731738
732739# This tag can be used to specify the character encoding of the source files
733740# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1012,7 +1019,7 @@ HTML_FILE_EXTENSION = .html
10121019# of the possible markers and block names see the documentation.
10131020# This tag requires that the tag GENERATE_HTML is set to YES.
10141021
1015- HTML_HEADER = ../docs/named_data_theme/named_data_header.html
1022+ HTML_HEADER =
10161023
10171024# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
10181025# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1022,7 +1029,7 @@ HTML_HEADER = ../docs/named_data_theme/named_data_header.html
10221029# that doxygen normally uses.
10231030# This tag requires that the tag GENERATE_HTML is set to YES.
10241031
1025- HTML_FOOTER = @HTML_FOOTER@
1032+ HTML_FOOTER =
10261033
10271034# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
10281035# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1034,7 +1041,7 @@ HTML_FOOTER = @HTML_FOOTER@
10341041# obsolete.
10351042# This tag requires that the tag GENERATE_HTML is set to YES.
10361043
1037- HTML_STYLESHEET = ../docs/named_data_theme/static/named_data_doxygen.css
1044+ HTML_STYLESHEET =
10381045
10391046# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
10401047# defined cascading style sheet that is included after the standard style sheets
@@ -1045,7 +1052,7 @@ HTML_STYLESHEET = ../docs/named_data_theme/static/named_data_doxygen.css
10451052# see the documentation.
10461053# This tag requires that the tag GENERATE_HTML is set to YES.
10471054
1048- HTML_EXTRA_STYLESHEET =
1055+ HTML_EXTRA_STYLESHEET = ../docs/doxygen-logo.css
10491056
10501057# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
10511058# other source files which should be copied to the HTML output directory. Note
@@ -1055,10 +1062,20 @@ HTML_EXTRA_STYLESHEET =
10551062# files will be copied as-is; there are no commands or markers available.
10561063# This tag requires that the tag GENERATE_HTML is set to YES.
10571064
1058- HTML_EXTRA_FILES = ../docs/named_data_theme/static/doxygen.css \
1059- ../docs/named_data_theme/static/base.css \
1060- ../docs/named_data_theme/static/foundation.css \
1061- ../docs/named_data_theme/static/bar-top.png
1065+ HTML_EXTRA_FILES =
1066+
1067+ # The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
1068+ # should be rendered with a dark or light theme.
1069+ # Possible values are: LIGHT always generate light mode output, DARK always
1070+ # generate dark mode output, AUTO_LIGHT automatically set the mode according to
1071+ # the user preference, use light mode if no preference is set (the default),
1072+ # AUTO_DARK automatically set the mode according to the user preference, use
1073+ # dark mode if no preference is set and TOGGLE allow to user to switch between
1074+ # light and dark mode via a button.
1075+ # The default value is: AUTO_LIGHT.
1076+ # This tag requires that the tag GENERATE_HTML is set to YES.
1077+
1078+ HTML_COLORSTYLE = TOGGLE
10621079
10631080# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
10641081# will adjust the colors in the stylesheet and background images according to
@@ -1069,15 +1086,15 @@ HTML_EXTRA_FILES = ../docs/named_data_theme/static/doxygen.css \
10691086# Minimum value: 0, maximum value: 359, default value: 220.
10701087# This tag requires that the tag GENERATE_HTML is set to YES.
10711088
1072- HTML_COLORSTYLE_HUE = 0
1089+ HTML_COLORSTYLE_HUE =
10731090
10741091# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
10751092# in the HTML output. For a value of 0 the output will use grayscales only. A
10761093# value of 255 will produce the most vivid colors.
10771094# Minimum value: 0, maximum value: 255, default value: 100.
10781095# This tag requires that the tag GENERATE_HTML is set to YES.
10791096
1080- HTML_COLORSTYLE_SAT = 0
1097+ HTML_COLORSTYLE_SAT =
10811098
10821099# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
10831100# luminance component of the colors in the HTML output. Values below 100
@@ -1088,7 +1105,7 @@ HTML_COLORSTYLE_SAT = 0
10881105# Minimum value: 40, maximum value: 240, default value: 80.
10891106# This tag requires that the tag GENERATE_HTML is set to YES.
10901107
1091- HTML_COLORSTYLE_GAMMA = 91
1108+ HTML_COLORSTYLE_GAMMA = 65
10921109
10931110# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
10941111# documentation will contain sections that can be hidden and shown after the
0 commit comments