Hmm, if I understand what this is doing... it disables doxygen parsing
for a block that has no doxygen comments in it anyway.
In the future if we deprecate stuff that actually has doxygen comments,
I suppose this will result in nicer documentation, and I see no harm in
it...
Reviewed-by: Derek Fo
---
src/wayland-server.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index c845dd6..38123c7 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -1331,7 +1331,7 @@ wl_log_set_handler_server(wl_log_func_t handler)