Skip to content
Snippets Groups Projects
Commit 892ba765 authored by Jeremy McCormick's avatar Jeremy McCormick
Browse files

Fix wrong path for slic.cc which has mainpage doc.

parent 1987d599
Branches
Tags
No related merge requests found
......@@ -574,7 +574,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = ./slic.cc @PROJECT_SOURCE_DIR@/src/ @PROJECT_SOURCE_DIR@/include/
INPUT = @PROJECT_SOURCE_DIR@/slic.cc @PROJECT_SOURCE_DIR@/src/ @PROJECT_SOURCE_DIR@/include/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment