Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/_doxygen/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/zephyr.doxyfile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Doxyfile 1.14.0

Check warning on line 1 in doc/zephyr.doxyfile.in

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Copyright missing

doc/zephyr.doxyfile.in:1 File has no SPDX-FileCopyrightText header, consider adding one.

Check warning on line 1 in doc/zephyr.doxyfile.in

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

License missing

doc/zephyr.doxyfile.in:1 File has no SPDX-License-Identifier header, consider adding one.

# This file describes the settings to be used by the documentation system
# Doxygen (www.doxygen.org) for a project.
Expand Down Expand Up @@ -67,7 +67,7 @@
# when the HTML document is shown. Doxygen will copy the logo to the output
# directory.

PROJECT_ICON =
PROJECT_ICON = @ZEPHYR_BASE@/doc/_doxygen/favicon.png
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't there already one under doc/_static/images/favicon.png ?


# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
Expand Down
Loading