mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 18:30:06 +01:00
As of doxygen 1.8.3 (Dec 2012) doxygen can include a README.md directly as mainpage. This avoids the ugly doxygen bits we have in the current README. 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 = @top_srcdir@/src/libinput.h \
|
|
@top_srcdir@/README.md
|
|
IMAGE_PATH = @top_srcdir@/doc/svg \
|
|
@top_srcdir@/doc/dot
|
|
GENERATE_HTML = YES
|
|
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
|