mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 08:10:05 +01:00
doc: quote all paths in the doxygen file
https://bugs.freedesktop.org/show_bug.cgi?id=103532 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e182489ce7
commit
fb467dce8f
1 changed files with 9 additions and 9 deletions
|
|
@ -9,8 +9,8 @@ EXTRACT_STATIC = YES
|
|||
MAX_INITIALIZER_LINES = 0
|
||||
QUIET = YES
|
||||
INPUT = @INPUT@
|
||||
IMAGE_PATH = @top_srcdir@/doc/svg \
|
||||
@top_srcdir@/doc/dot
|
||||
IMAGE_PATH = "@top_srcdir@/doc/svg" \
|
||||
"@top_srcdir@/doc/dot"
|
||||
GENERATE_HTML = YES
|
||||
SEARCHENGINE = NO
|
||||
USE_MATHJAX = YES
|
||||
|
|
@ -20,11 +20,11 @@ MACRO_EXPANSION = YES
|
|||
EXPAND_ONLY_PREDEF = YES
|
||||
PREDEFINED = LIBINPUT_ATTRIBUTE_PRINTF(f, a)= \
|
||||
LIBINPUT_ATTRIBUTE_DEPRECATED
|
||||
DOTFILE_DIRS = @top_srcdir@/doc/dot
|
||||
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
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue