diff --git a/Doxyfile b/Doxyfile index 39d8491b..2ffff8c8 100644 --- a/Doxyfile +++ b/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 diff --git a/Doxyfile_internal b/Doxyfile_internal index fa7a3a2d..22c58331 100644 --- a/Doxyfile_internal +++ b/Doxyfile_internal @@ -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 diff --git a/Makefile.am b/Makefile.am index 5501968f..1afed1e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/bindings/cxx/Doxyfile b/bindings/cxx/Doxyfile index 6152a671..7d35ae9b 100644 --- a/bindings/cxx/Doxyfile +++ b/bindings/cxx/Doxyfile @@ -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 diff --git a/bindings/java/Doxyfile b/bindings/java/Doxyfile index 14627c23..fd2313bd 100644 --- a/bindings/java/Doxyfile +++ b/bindings/java/Doxyfile @@ -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 diff --git a/bindings/python/Doxyfile b/bindings/python/Doxyfile index c24da9d5..d561284e 100644 --- a/bindings/python/Doxyfile +++ b/bindings/python/Doxyfile @@ -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 diff --git a/contrib/sigrok-logo-notext.png b/contrib/libsigrok_112x112.png similarity index 100% rename from contrib/sigrok-logo-notext.png rename to contrib/libsigrok_112x112.png