Rename sigrok-logo-notext.png to libsigrok_112x112.png.
This is more specific and prevents any potential issues e.g. when multiple distro packages might ship with a generic file like sigrok-logo-notext.png that's supposed to be installed in the same place.
This commit is contained in:
parent
6324805018
commit
6b21d9a77e
2
Doxyfile
2
Doxyfile
|
@ -51,7 +51,7 @@ PROJECT_BRIEF = "sigrok hardware access and backend library"
|
|||
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
|
||||
# to the output directory.
|
||||
|
||||
PROJECT_LOGO = contrib/sigrok-logo-notext.png
|
||||
PROJECT_LOGO = contrib/libsigrok_112x112.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
|
||||
|
|
|
@ -51,7 +51,7 @@ PROJECT_BRIEF = "sigrok hardware access and backend library"
|
|||
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
|
||||
# to the output directory.
|
||||
|
||||
PROJECT_LOGO = contrib/sigrok-logo-notext.png
|
||||
PROJECT_LOGO = contrib/libsigrok_112x112.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
|
||||
|
|
|
@ -568,7 +568,7 @@ EXTRA_DIST = \
|
|||
bindings/swig/classes.i \
|
||||
bindings/swig/doc.py \
|
||||
bindings/swig/templates.i \
|
||||
contrib/sigrok-logo-notext.png \
|
||||
contrib/libsigrok_112x112.png \
|
||||
contrib/z60_libsigrok.rules
|
||||
|
||||
if HAVE_CHECK
|
||||
|
|
|
@ -51,7 +51,7 @@ PROJECT_BRIEF = "C++ bindings for libsigrok"
|
|||
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
|
||||
# to the output directory.
|
||||
|
||||
PROJECT_LOGO = ../../contrib/sigrok-logo-notext.png
|
||||
PROJECT_LOGO = ../../contrib/libsigrok_112x112.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
|
||||
|
|
|
@ -51,7 +51,7 @@ PROJECT_BRIEF = "Java bindings for libsigrok"
|
|||
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
|
||||
# to the output directory.
|
||||
|
||||
PROJECT_LOGO = ../../contrib/sigrok-logo-notext.png
|
||||
PROJECT_LOGO = ../../contrib/libsigrok_112x112.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
|
||||
|
|
|
@ -51,7 +51,7 @@ PROJECT_BRIEF = "Python bindings for libsigrok"
|
|||
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
|
||||
# to the output directory.
|
||||
|
||||
PROJECT_LOGO = ../../contrib/sigrok-logo-notext.png
|
||||
PROJECT_LOGO = ../../contrib/libsigrok_112x112.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
|
||||
|
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
Loading…
Reference in New Issue