mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-05 04:06:20 -05:00
to fix the Doxygen message: warning: Tag 'HTML_TIMESTAMP' at line 8 of file '-' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Observed with Doxygen 1.9.8. Signed-off-by: Pekka Paalanen <pq@iki.fi>
22 lines
734 B
Text
22 lines
734 B
Text
# Wayland-specific overrides
|
|
PROJECT_NAME = "Wayland"
|
|
PROJECT_NUMBER = @VERSION@
|
|
OUTPUT_DIRECTORY = @top_builddir@/doc/doxygen
|
|
JAVADOC_AUTOBRIEF = YES
|
|
TAB_SIZE = 8
|
|
QUIET = YES
|
|
GENERATE_LATEX = NO
|
|
MAN_LINKS = NO
|
|
PREDEFINED = WL_EXPORT= \
|
|
WL_PRINTF(x,y)=
|
|
MACRO_EXPANSION = YES
|
|
EXPAND_ONLY_PREDEF = YES
|
|
DOT_MULTI_TARGETS = YES
|
|
ALIASES += comment{1}="/* \1 *<!-- -->/"
|
|
OPTIMIZE_OUTPUT_FOR_C = YES
|
|
EXTRACT_ALL = YES
|
|
EXTRACT_STATIC = YES
|
|
# These must be set in the Makefile
|
|
GENERATE_HTML = NO
|
|
GENERATE_XML = NO
|
|
GENERATE_MAN = NO
|