doc/api: set HAVE_DOT to YES
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 10 Jan 2023 03:23:56 +0000 (13:23 +1000)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 4 Dec 2023 10:21:12 +0000 (19:21 +0900)
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

index 9f6cfa25b672ac79436d704e3d4677381d35ff91..53370cc74532e4ae1ac90dea3db425787cd9250d 100644 (file)
@@ -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"