a151975347
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>
13 lines
440 B
Plaintext
13 lines
440 B
Plaintext
PROJECT_NAME = "Tool Internals"
|
|
OUTPUT_DIRECTORY = @top_builddir@/docs/developer
|
|
JAVADOC_AUTOBRIEF = YES
|
|
OPTIMIZE_OUTPUT_FOR_C = YES
|
|
EXTRACT_ALL = YES
|
|
INPUT = \
|
|
@top_srcdir@/doc/doxygen/devtools.dox \
|
|
@top_srcdir@/tools/zunitc
|
|
RECURSIVE = YES
|
|
GENERATE_LATEX = NO
|
|
DOTFILE_DIRS = @top_srcdir@/doc/doxygen
|
|
STRIP_FROM_PATH = @top_srcdir@
|