From ebc7f936823c44cb5e77a44aa31ba6c87b9df069 Mon Sep 17 00:00:00 2001 From: "wagic.jeck" Date: Sun, 30 Jan 2011 11:24:26 +0000 Subject: [PATCH] Jeck - Fixed icon indirection in Doxyfile. --- projects/mtg/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/Doxyfile b/projects/mtg/Doxyfile index 0ff9bb366..685b5f660 100644 --- a/projects/mtg/Doxyfile +++ b/projects/mtg/Doxyfile @@ -44,7 +44,7 @@ PROJECT_BRIEF = "An open source card game" # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. -PROJECT_LOGO = F:/Programming/Wagic/projects/mtg/icon.png +PROJECT_LOGO = ./icon.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.