From 13251526fa455e0b5807172bdeffb4a4fcdc0b2f Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 11 Aug 2016 21:25:28 +0200 Subject: [PATCH] Strip path prefix in doxygen docs - no /home/dziegel/ in the future :-) --- doc/doxygen/lwip.Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/lwip.Doxyfile b/doc/doxygen/lwip.Doxyfile index 31f57657..8bff8f56 100644 --- a/doc/doxygen/lwip.Doxyfile +++ b/doc/doxygen/lwip.Doxyfile @@ -162,7 +162,7 @@ FULL_PATH_NAMES = YES # will be relative from the directory where doxygen is started. # This tag requires that the tag FULL_PATH_NAMES is set to YES. -STRIP_FROM_PATH = +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 the reader which