path correction of doxyfile
This commit is contained in:
parent
2c32f546ef
commit
be27ec4d81
|
|
@ -45,7 +45,7 @@ PROJECT_BRIEF =
|
||||||
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
||||||
# Doxygen will copy the logo to the output directory.
|
# 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)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|
@ -766,8 +766,6 @@ EXAMPLE_RECURSIVE = YES
|
||||||
# the \image command).
|
# the \image command).
|
||||||
|
|
||||||
IMAGE_PATH = ./ \
|
IMAGE_PATH = ./ \
|
||||||
../ \
|
|
||||||
./html \
|
|
||||||
./img
|
./img
|
||||||
|
|
||||||
# The INPUT_FILTER tag can be used to specify a program that doxygen should
|
# The INPUT_FILTER tag can be used to specify a program that doxygen should
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue