mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-10 08:21:15 -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) {
|
if (side == CLIENT) {
|
||||||
printf("/**\n"
|
printf("/**\n"
|
||||||
" * @ingroup %s_iface\n"
|
" * @ingroup iface_%s\n"
|
||||||
" */\n", interface->name);
|
" */\n", interface->name);
|
||||||
printf("static inline int\n"
|
printf("static inline int\n"
|
||||||
"%s_add_listener(struct %s *%s,\n"
|
"%s_add_listener(struct %s *%s,\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue