Use png instead of svg

This commit is contained in:
Berke Viktor 2013-05-20 15:59:41 +02:00
parent 79221c403b
commit 3b4cc9d806
1 changed files with 2 additions and 2 deletions

View File

@ -40,14 +40,14 @@ PROJECT_NUMBER =
# for a project that appears at the top of each page and should give viewer
# a quick idea about the purpose of the project. Keep the description short.
PROJECT_BRIEF = "HexChat IRC Client"
PROJECT_BRIEF =
# With the PROJECT_LOGO tag one can specify an logo or icon that is
# included in the documentation. The maximum height of the logo should not
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory.
PROJECT_LOGO = "share/icons/hexchat.svg"
PROJECT_LOGO = "src/pixmaps/hexchat.png"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.