shithub: choc

Download patch

ref: 211dd1522906b7bca38a888558a4a922f44921c2
parent: b9f3fca5126db4f93fabbdfa4ee299f35a78c25e
author: Simon Howard <fraggle@soulsphere.org>
date: Wed Dec 26 08:51:20 EST 2018

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.

--- a/textscreen/Doxyfile
+++ b/textscreen/Doxyfile
@@ -124,7 +124,7 @@
 # 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