mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 12:50:11 +01:00
12 lines
402 B
Text
12 lines
402 B
Text
|
|
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
|