doc/doxygen: fix relative paths to sources.

This commit is contained in:
Peter Matula 2018-01-16 11:24:16 +01:00
parent 48691b522c
commit cc3915ad17

View File

@ -823,8 +823,8 @@ WARN_LOGFILE = "@DOXYGEN_LOG@"
# Note: If this tag is empty the current directory is searched.
INPUT = "@CMAKE_CURRENT_SOURCE_DIR@/doxygen.h" \
"@CMAKE_CURRENT_SOURCE_DIR@/../include" \
"@CMAKE_CURRENT_SOURCE_DIR@/../src"
"@CMAKE_CURRENT_SOURCE_DIR@/../../include" \
"@CMAKE_CURRENT_SOURCE_DIR@/../../src"
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses