From b18d312ef5442b963392e9f278c78afbdaf34967 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Fri, 8 Feb 2019 14:32:03 +0100 Subject: [PATCH] doc: set STRIP_FROM_PATH Set STRIP_FROM_PATH=../../ avoids having the output depend on the location of the RIOT repo in the user's fs. --- doc/doxygen/riot.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile index 705a8c18e0..e0e708afe8 100644 --- a/doc/doxygen/riot.doxyfile +++ b/doc/doxygen/riot.doxyfile @@ -152,7 +152,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