textscreen: Fix directory strip in doxygen output.
This was set to "src" which is wrong, and what's actually wanted is to strip the directory from where doxygen is run. This avoids including the full directory path in all output.
This commit is contained in:
parent
b9f3fca512
commit
211dd15229
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ FULL_PATH_NAMES = NO
|
|||
# If left blank the directory from which doxygen is run is used as the
|
||||
# path to strip.
|
||||
|
||||
STRIP_FROM_PATH = src/
|
||||
STRIP_FROM_PATH =
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue