aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2016-05-16 23:18:06 -0700
committerDaniel Stone <daniels@collabora.com>2016-11-16 15:29:13 +0000
commit2c6350beb92816eb9213c4944d197485e788ef6d (patch)
tree24159b77c7a742ff632610b8f1c00ca45cd1868b /src
parentMakefile: do not put TESTS into check_PROGRAMS (diff)
downloadwayland-2c6350beb92816eb9213c4944d197485e788ef6d.tar
wayland-2c6350beb92816eb9213c4944d197485e788ef6d.tar.gz
wayland-2c6350beb92816eb9213c4944d197485e788ef6d.tar.bz2
wayland-2c6350beb92816eb9213c4944d197485e788ef6d.tar.lz
wayland-2c6350beb92816eb9213c4944d197485e788ef6d.tar.xz
wayland-2c6350beb92816eb9213c4944d197485e788ef6d.tar.zst
wayland-2c6350beb92816eb9213c4944d197485e788ef6d.zip
scanner: Fixed doxygen group name for _add_listener
Signed-off-by: Bill Spitzak <spitzak@gmail.com> Acked-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'src')
-rw-r--r--src/scanner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.c b/src/scanner.c
index 3f181cd..a239c71 100644
--- a/src/scanner.c
+++ b/src/scanner.c
@@ -1362,7 +1362,7 @@ emit_structs(struct wl_list *message_list, struct interface *interface, enum sid
if (side == CLIENT) {
printf("/**\n"
- " * @ingroup %s_iface\n"
+ " * @ingroup iface_%s\n"
" */\n", interface->name);
printf("static inline int\n"
"%s_add_listener(struct %s *%s,\n"