Skip to content

Commit 31293ae

Browse files
committed
Doxygen: Added the XZ logo and copyright information.
The PROJECT_LOGO field is now used to include the XZ logo. The footer of each page now lists the copyright information instead of the default footer. The license is also copied to statisfy the copyright and so the link in the documentation can be local.
1 parent 6daa4d0 commit 31293ae

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

doc/logo/copyright.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<hr class="footer"/>
2+
3+
<p style="text-align: right;padding-right: 12px;">
4+
XZ logo &copy; 2023 by Jia Tan is licensed under
5+
<a href="COPYING.CC-BY-SA-4.0"
6+
target="_blank"
7+
rel="license noopener noreferrer"
8+
style="display:inline-block;">
9+
CC BY-SA 4.0
10+
</a>
11+
</p>

doc/logo/xz-logo.png

6.61 KB
Loading

doxygen/Doxyfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PROJECT_BRIEF =
6161
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
6262
# the logo to the output directory.
6363

64-
PROJECT_LOGO =
64+
PROJECT_LOGO = ../doc/logo/xz-logo.png
6565

6666
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
6767
# into which the generated documentation will be written. If a relative path is
@@ -1246,7 +1246,7 @@ HTML_HEADER =
12461246
# that doxygen normally uses.
12471247
# This tag requires that the tag GENERATE_HTML is set to YES.
12481248

1249-
HTML_FOOTER =
1249+
HTML_FOOTER = ../doc/logo/copyright.html
12501250

12511251
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
12521252
# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1286,7 +1286,7 @@ HTML_EXTRA_STYLESHEET =
12861286
# files will be copied as-is; there are no commands or markers available.
12871287
# This tag requires that the tag GENERATE_HTML is set to YES.
12881288

1289-
HTML_EXTRA_FILES =
1289+
HTML_EXTRA_FILES = ../COPYING.CC-BY-SA-4.0
12901290

12911291
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
12921292
# should be rendered with a dark or light theme.

0 commit comments

Comments
 (0)