mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-04 22:18:14 +02:00
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>
This commit is contained in:
parent
bdc8c721e4
commit
a151975347
2 changed files with 2 additions and 0 deletions
|
|
@ -9,3 +9,4 @@ INPUT = \
|
||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
GENERATE_LATEX = NO
|
GENERATE_LATEX = NO
|
||||||
DOTFILE_DIRS = @top_srcdir@/doc/doxygen
|
DOTFILE_DIRS = @top_srcdir@/doc/doxygen
|
||||||
|
STRIP_FROM_PATH = @top_srcdir@
|
||||||
|
|
|
||||||
|
|
@ -8,3 +8,4 @@ INPUT = \
|
||||||
@top_srcdir@/tools/zunitc/inc/zunitc/zunitc.h
|
@top_srcdir@/tools/zunitc/inc/zunitc/zunitc.h
|
||||||
GENERATE_LATEX = NO
|
GENERATE_LATEX = NO
|
||||||
DOTFILE_DIRS = @top_srcdir@/doc/doxygen
|
DOTFILE_DIRS = @top_srcdir@/doc/doxygen
|
||||||
|
STRIP_FROM_PATH = @top_srcdir@
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue