summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Cruz <jonc@osg.samsung.com>2015-10-05 12:19:43 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-10-07 17:09:09 -0700
commita1519753472ead2a1a0cb5c2e9be3f1993c21283 (patch)
tree1fd6d2816802c998af3169f0848cf88a029aa860 /doc
parentbdc8c721e44e214990af7212815eab573b0d18cd (diff)
downloadweston-a1519753472ead2a1a0cb5c2e9be3f1993c21283.tar.gz
doc: Correct absolute path in doxygen graphs.
Adds a config item to prevent doxygen from using absolute paths in generated diagrams. This trims off the base directory during config to leave just relative paths. Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/tooldev.doxygen.in1
-rw-r--r--doc/doxygen/tools.doxygen.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/doxygen/tooldev.doxygen.in b/doc/doxygen/tooldev.doxygen.in
index 8b033b32..b3d86f58 100644
--- a/doc/doxygen/tooldev.doxygen.in
+++ b/doc/doxygen/tooldev.doxygen.in
@@ -9,3 +9,4 @@ INPUT = \
RECURSIVE = YES
GENERATE_LATEX = NO
DOTFILE_DIRS = @top_srcdir@/doc/doxygen
+STRIP_FROM_PATH = @top_srcdir@
diff --git a/doc/doxygen/tools.doxygen.in b/doc/doxygen/tools.doxygen.in
index 1b3b078d..613edd47 100644
--- a/doc/doxygen/tools.doxygen.in
+++ b/doc/doxygen/tools.doxygen.in
@@ -8,3 +8,4 @@ INPUT = \
@top_srcdir@/tools/zunitc/inc/zunitc/zunitc.h
GENERATE_LATEX = NO
DOTFILE_DIRS = @top_srcdir@/doc/doxygen
+STRIP_FROM_PATH = @top_srcdir@