Skip to content
Snippets Groups Projects
Commit 461e0ce7 authored by Lars Bilke's avatar Lars Bilke
Browse files

Doxygen: source dir is stripped from path and tclap is excluded.

parent f776316c
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ FULL_PATH_NAMES = YES
# If left blank the directory from which doxygen is run is used as the
# path to strip.
STRIP_FROM_PATH =
STRIP_FROM_PATH = ${CMAKE_SOURCE_DIR}
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
......@@ -601,7 +601,8 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = ${CMAKE_SOURCE_DIR}/BaseLib/logog
EXCLUDE = ${CMAKE_SOURCE_DIR}/BaseLib/logog \
${CMAKE_SOURCE_DIR}/BaseLib/tclap
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment