diff --git a/doc/Doxyfile b/doc/Doxyfile index 171381c5e..353b4d5c1 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -51,7 +51,7 @@ PROJECT_BRIEF = "P2P Digital Currency" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = doc/bitcoin_logo_doxygen.png +PROJECT_LOGO = doc/dogecoin_logo_doxygen.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/doc/bitcoin_logo_doxygen.png b/doc/bitcoin_logo_doxygen.png deleted file mode 100644 index 258be86ed..000000000 Binary files a/doc/bitcoin_logo_doxygen.png and /dev/null differ diff --git a/doc/dogecoin_logo_doxygen.png b/doc/dogecoin_logo_doxygen.png new file mode 100644 index 000000000..3eeef0400 Binary files /dev/null and b/doc/dogecoin_logo_doxygen.png differ