From be27ec4d81d1644d340bc24a4b783b37708682df Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 25 Oct 2012 16:57:30 +0000 Subject: [PATCH] path correction of doxyfile --- docs/Doxygen/doxyfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Doxygen/doxyfile b/docs/Doxygen/doxyfile index 9a03cb11..133e4ec0 100644 --- a/docs/Doxygen/doxyfile +++ b/docs/Doxygen/doxyfile @@ -45,7 +45,7 @@ PROJECT_BRIEF = # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. -PROJECT_LOGO = /Users/cignoni/Documents/devel/vcglib/docs/Doxygen/img/vcglogo.png +PROJECT_LOGO = img/vcglogo.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -766,8 +766,6 @@ EXAMPLE_RECURSIVE = YES # the \image command). IMAGE_PATH = ./ \ - ../ \ - ./html \ ./img # The INPUT_FILTER tag can be used to specify a program that doxygen should