mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +01:00
Slightly more obvious than just "html". Main motivation here is that we want to provide the documentation as artifact from GitLab's CI, so having it unzip to something slightly more meaningful makes sense. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
PROJECT_NAME = @PACKAGE_NAME@
|
|
PROJECT_NUMBER = @PACKAGE_VERSION@
|
|
PROJECT_BRIEF = "A wrapper library for input devices"
|
|
JAVADOC_AUTOBRIEF = YES
|
|
TAB_SIZE = 8
|
|
OPTIMIZE_OUTPUT_FOR_C = YES
|
|
EXTRACT_ALL = YES
|
|
EXTRACT_STATIC = YES
|
|
MAX_INITIALIZER_LINES = 0
|
|
QUIET = YES
|
|
INPUT = @INPUT@
|
|
IMAGE_PATH = "@top_srcdir@/doc/svg" \
|
|
"@top_srcdir@/doc/dot"
|
|
GENERATE_HTML = YES
|
|
HTML_OUTPUT = Documentation
|
|
SEARCHENGINE = NO
|
|
USE_MATHJAX = YES
|
|
MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest
|
|
GENERATE_LATEX = NO
|
|
MACRO_EXPANSION = YES
|
|
EXPAND_ONLY_PREDEF = YES
|
|
PREDEFINED = LIBINPUT_ATTRIBUTE_PRINTF(f, a)= \
|
|
LIBINPUT_ATTRIBUTE_DEPRECATED
|
|
DOTFILE_DIRS = "@top_srcdir@/doc/dot"
|
|
|
|
HTML_HEADER = "@top_srcdir@/doc/style/header.html"
|
|
HTML_FOOTER = "@top_srcdir@/doc/style/footer.html"
|
|
HTML_EXTRA_STYLESHEET = "@top_srcdir@/doc/style/bootstrap.css" \
|
|
"@top_srcdir@/doc/style/customdoxygen.css" \
|
|
"@top_srcdir@/doc/style/libinputdoxygen.css"
|
|
USE_MDFILE_AS_MAINPAGE = "@top_srcdir@/README.md"
|