mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 12:40:05 +01:00
Easier to track if we leave the original files alone. Actual changes to the doxygen style: * indent <dd> blocks * hide the navigation sub-items. Our current style expands the full navigation menu but File-list, etc. is mostly useless and just wastes space. * force some space below the main bar * change the header sizes around a bit. Primary goal here: making <h1> smaller than the title Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
30 lines
1.1 KiB
Text
30 lines
1.1 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.txt
|
|
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
|