From b937c521f677846464d0aca5895cbecd31aef843 Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Tue, 28 Mar 2017 11:48:46 -0700 Subject: [PATCH] Doxyfile.in: Use relative paths in generated docs Updated Doxyfile to strip the full path to the base MRAA directory from generated documentation. This removes the build path from MRAA documentation. Old html: aio_8h.html:mraa: /iotdk/jenkins/workspace/upm-doc-stable/api/mraa/aio.h File Reference New html: aio_8h.html:mraa: api/mraa/aio.h File Reference Signed-off-by: Noel Eck Signed-off-by: Brendan Le Foll --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index e702b8c..f997043 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -154,7 +154,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