diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile
index 193ff359e49be333b0de964a2b10d112cd047bc1..58f4b4b1f5dd14df7d91fabad213d05e09fcf08e 100644
--- a/Documentation/Doxyfile
+++ b/Documentation/Doxyfile
@@ -164,7 +164,8 @@ 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        = ./
+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