projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d199c6d
)
doc/api: set HAVE_DOT to YES
author
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 10 Jan 2023 03:23:56 +0000
(13:23 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 17 Jan 2023 00:54:10 +0000
(10:54 +1000)
dot is required in meson.build, so we can hardcoded it here
Fixes: libinput/build/doc/api/libinput.h:4087: warning: ignoring \dot command because HAVE_DOT is not set
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/api/libinput.doxygen.in
patch
|
blob
|
history
diff --git
a/doc/api/libinput.doxygen.in
b/doc/api/libinput.doxygen.in
index 9f6cfa25b672ac79436d704e3d4677381d35ff91..53370cc74532e4ae1ac90dea3db425787cd9250d 100644
(file)
--- a/
doc/api/libinput.doxygen.in
+++ b/
doc/api/libinput.doxygen.in
@@
-25,6
+25,7
@@
PREDEFINED = LIBINPUT_ATTRIBUTE_PRINTF(f, a)= \
DOTFILE_DIRS = "@builddir@"
EXAMPLE_PATH = "@builddir@"
SHOW_NAMESPACES = NO
+HAVE_DOT = YES
HTML_HEADER = "@builddir@/header.html"
HTML_FOOTER = "@builddir@/footer.html"