mirror of
https://github.com/avast/retdec.git
synced 2024-11-24 05:19:54 +00:00
doc/doxygen: fix relative paths to sources.
This commit is contained in:
parent
48691b522c
commit
cc3915ad17
@ -823,8 +823,8 @@ WARN_LOGFILE = "@DOXYGEN_LOG@"
|
|||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = "@CMAKE_CURRENT_SOURCE_DIR@/doxygen.h" \
|
INPUT = "@CMAKE_CURRENT_SOURCE_DIR@/doxygen.h" \
|
||||||
"@CMAKE_CURRENT_SOURCE_DIR@/../include" \
|
"@CMAKE_CURRENT_SOURCE_DIR@/../../include" \
|
||||||
"@CMAKE_CURRENT_SOURCE_DIR@/../src"
|
"@CMAKE_CURRENT_SOURCE_DIR@/../../src"
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# 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
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
Loading…
Reference in New Issue
Block a user