From 09afa441c7dac7e9c60354e55687893b8fe51302 Mon Sep 17 00:00:00 2001 From: Wendy Liang Date: Mon, 25 Apr 2016 10:59:09 -0700 Subject: [PATCH] doc: strip the project path in the file names Use STRIP_FROM_PATH to strip the project path in the file names. Signed-off-by: Wendy Liang --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index f867285..ccd57f4 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -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 = @PROJECT_SOURCE_DIR@/ # 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