foxygit / doom Log in
commit 211dd1522906b7bca38a888558a4a922f44921c2
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Wed Dec 26 13:51:20 2018 -0500
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Wed Dec 26 13:51:20 2018 -0500

    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.
---
 textscreen/Doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textscreen/Doxyfile b/textscreen/Doxyfile
index 49116fed..2d29ba9b 100644
--- a/textscreen/Doxyfile
+++ b/textscreen/Doxyfile
@@ -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