Gerhard - 2013-09-09

i have an entry in my doxyfile for

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 = trunk\project\Ressources\doxylogo.png

This file is NOT copied to the output directories!

In the generated HTML files is the entry

<img alt="Logo" src="trunk\project\Resources\doxylogo.png"/>

this should be

<img alt="Logo" src="doxylogo.png"/>

PS is the generated help text in the doxyfile out of date?

 

Last edit: Gerhard 2013-09-09