mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
scanner: Fixed doxygen group name for _add_listener
Signed-off-by: Bill Spitzak <spitzak@gmail.com> Acked-by: Yong Bakos <ybakos@humanoriented.com>
This commit is contained in:
parent
edd62e62b7
commit
2c6350beb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue