Documentation: add logo to Doxygen pages
This adds a small KiCad logo in the top left of the Doxygen pages. 54px used as 55px is maximum recommended height for Doxygen logos. For the main docs and the dev docs, this is easily done in the Doxyfile, for the Python docs, as that is run from the binary dir, the source dir is passed as an Environment variable.
This commit is contained in:
committed by
Wayne Stambaugh
parent
ef38a198d1
commit
930f3dd74f
@@ -51,7 +51,7 @@ PROJECT_BRIEF =
|
||||
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
|
||||
# to the output directory.
|
||||
|
||||
PROJECT_LOGO =
|
||||
PROJECT_LOGO = $(CMAKE_SOURCE_DIR)/Documentation/kicad_doxygen_logo.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
|
||||
|
||||
Reference in New Issue
Block a user