Skip to content

Commit dcc0e6e

Browse files
committed
docs: revert to the built-in doxygen theme
See named-data/ndn-cxx@fa76a7e Change-Id: I58ce0bc38cbcb1ddc1be18219e29509c1d8ed505
1 parent a4b4c86 commit dcc0e6e

16 files changed

+31
-3725
lines changed
Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PROJECT_BRIEF =
5151
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
5252
# the logo 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
@@ -774,7 +774,7 @@ WARN_LOGFILE =
774774
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
775775
# Note: If this tag is empty the current directory is searched.
776776

777-
INPUT = core daemon tools build/core/version.hpp
777+
INPUT = core daemon tools/nfdc build/core/version.hpp
778778

779779
# This tag can be used to specify the character encoding of the source files
780780
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1091,7 +1091,7 @@ HTML_FILE_EXTENSION = .html
10911091
# of the possible markers and block names see the documentation.
10921092
# This tag requires that the tag GENERATE_HTML is set to YES.
10931093

1094-
HTML_HEADER = ../docs/named_data_theme/named_data_header.html
1094+
HTML_HEADER =
10951095

10961096
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
10971097
# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1101,7 +1101,7 @@ HTML_HEADER = ../docs/named_data_theme/named_data_header.html
11011101
# that doxygen normally uses.
11021102
# This tag requires that the tag GENERATE_HTML is set to YES.
11031103

1104-
HTML_FOOTER = @HTML_FOOTER@
1104+
HTML_FOOTER =
11051105

11061106
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
11071107
# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1113,7 +1113,7 @@ HTML_FOOTER = @HTML_FOOTER@
11131113
# obsolete.
11141114
# This tag requires that the tag GENERATE_HTML is set to YES.
11151115

1116-
# HTML_STYLESHEET = ../docs/named_data_theme/static/named_data_doxygen.css
1116+
HTML_STYLESHEET =
11171117

11181118
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
11191119
# cascading style sheets that are included after the standard style sheets
@@ -1126,7 +1126,7 @@ HTML_FOOTER = @HTML_FOOTER@
11261126
# list). For an example see the documentation.
11271127
# This tag requires that the tag GENERATE_HTML is set to YES.
11281128

1129-
HTML_EXTRA_STYLESHEET =
1129+
HTML_EXTRA_STYLESHEET = ../docs/doxygen-logo.css
11301130

11311131
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
11321132
# other source files which should be copied to the HTML output directory. Note
@@ -1136,10 +1136,20 @@ HTML_EXTRA_STYLESHEET =
11361136
# files will be copied as-is; there are no commands or markers available.
11371137
# This tag requires that the tag GENERATE_HTML is set to YES.
11381138

1139-
HTML_EXTRA_FILES = ../docs/named_data_theme/static/doxygen.css \
1140-
../docs/named_data_theme/static/base.css \
1141-
../docs/named_data_theme/static/foundation.css \
1142-
../docs/named_data_theme/static/bar-top.png
1139+
HTML_EXTRA_FILES =
1140+
1141+
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
1142+
# should be rendered with a dark or light theme.
1143+
# Possible values are: LIGHT always generate light mode output, DARK always
1144+
# generate dark mode output, AUTO_LIGHT automatically set the mode according to
1145+
# the user preference, use light mode if no preference is set (the default),
1146+
# AUTO_DARK automatically set the mode according to the user preference, use
1147+
# dark mode if no preference is set and TOGGLE allow to user to switch between
1148+
# light and dark mode via a button.
1149+
# The default value is: AUTO_LIGHT.
1150+
# This tag requires that the tag GENERATE_HTML is set to YES.
1151+
1152+
HTML_COLORSTYLE = TOGGLE
11431153

11441154
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
11451155
# will adjust the colors in the style sheet and background images according to
@@ -1150,15 +1160,15 @@ HTML_EXTRA_FILES = ../docs/named_data_theme/static/doxygen.css \
11501160
# Minimum value: 0, maximum value: 359, default value: 220.
11511161
# This tag requires that the tag GENERATE_HTML is set to YES.
11521162

1153-
HTML_COLORSTYLE_HUE = 0
1163+
HTML_COLORSTYLE_HUE =
11541164

11551165
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
11561166
# in the HTML output. For a value of 0 the output will use grayscales only. A
11571167
# value of 255 will produce the most vivid colors.
11581168
# Minimum value: 0, maximum value: 255, default value: 100.
11591169
# This tag requires that the tag GENERATE_HTML is set to YES.
11601170

1161-
HTML_COLORSTYLE_SAT = 0
1171+
HTML_COLORSTYLE_SAT =
11621172

11631173
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
11641174
# luminance component of the colors in the HTML output. Values below 100
@@ -1169,7 +1179,7 @@ HTML_COLORSTYLE_SAT = 0
11691179
# Minimum value: 40, maximum value: 240, default value: 80.
11701180
# This tag requires that the tag GENERATE_HTML is set to YES.
11711181

1172-
HTML_COLORSTYLE_GAMMA = 91
1182+
HTML_COLORSTYLE_GAMMA = 65
11731183

11741184
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
11751185
# documentation will contain sections that can be hidden and shown after the

docs/doxygen-logo.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#projectlogo { vertical-align: middle; }
2+
#projectlogo img { height: 50px; width: 200px; }

docs/named_data_theme/named_data_footer-with-analytics.html.in

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/named_data_theme/named_data_footer.html

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/named_data_theme/named_data_header.html

Lines changed: 0 additions & 41 deletions
This file was deleted.
-362 Bytes
Binary file not shown.

docs/named_data_theme/static/base.css

Lines changed: 0 additions & 71 deletions
This file was deleted.
-635 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)