mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 03:38:01 +02: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
|
MAX_INITIALIZER_LINES = 0
|
||||||
QUIET = YES
|
QUIET = YES
|
||||||
INPUT = @INPUT@
|
INPUT = @INPUT@
|
||||||
IMAGE_PATH = @top_srcdir@/doc/svg \
|
IMAGE_PATH = "@top_srcdir@/doc/svg" \
|
||||||
@top_srcdir@/doc/dot
|
"@top_srcdir@/doc/dot"
|
||||||
GENERATE_HTML = YES
|
GENERATE_HTML = YES
|
||||||
SEARCHENGINE = NO
|
SEARCHENGINE = NO
|
||||||
USE_MATHJAX = YES
|
USE_MATHJAX = YES
|
||||||
|
|
@ -20,11 +20,11 @@ MACRO_EXPANSION = YES
|
||||||
EXPAND_ONLY_PREDEF = YES
|
EXPAND_ONLY_PREDEF = YES
|
||||||
PREDEFINED = LIBINPUT_ATTRIBUTE_PRINTF(f, a)= \
|
PREDEFINED = LIBINPUT_ATTRIBUTE_PRINTF(f, a)= \
|
||||||
LIBINPUT_ATTRIBUTE_DEPRECATED
|
LIBINPUT_ATTRIBUTE_DEPRECATED
|
||||||
DOTFILE_DIRS = @top_srcdir@/doc/dot
|
DOTFILE_DIRS = "@top_srcdir@/doc/dot"
|
||||||
|
|
||||||
HTML_HEADER = @top_srcdir@/doc/style/header.html
|
HTML_HEADER = "@top_srcdir@/doc/style/header.html"
|
||||||
HTML_FOOTER = @top_srcdir@/doc/style/footer.html
|
HTML_FOOTER = "@top_srcdir@/doc/style/footer.html"
|
||||||
HTML_EXTRA_STYLESHEET = @top_srcdir@/doc/style/bootstrap.css \
|
HTML_EXTRA_STYLESHEET = "@top_srcdir@/doc/style/bootstrap.css" \
|
||||||
@top_srcdir@/doc/style/customdoxygen.css \
|
"@top_srcdir@/doc/style/customdoxygen.css" \
|
||||||
@top_srcdir@/doc/style/libinputdoxygen.css
|
"@top_srcdir@/doc/style/libinputdoxygen.css"
|
||||||
USE_MDFILE_AS_MAINPAGE = @top_srcdir@/README.md
|
USE_MDFILE_AS_MAINPAGE = "@top_srcdir@/README.md"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue