You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
402 B
12 lines
402 B
9 years ago
|
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
|