[PATCH 1/5] scanner: Fixed doxygen group name for _add_listener
Yong Bakos
junk at humanoriented.com
Sun May 29 16:13:34 UTC 2016
On May 17, 2016, at 1:18 AM, spitzak at gmail.com wrote:
>
> From: Bill Spitzak <spitzak at gmail.com>
>
> Signed-off-by: Bill Spitzak <spitzak at gmail.com>
Bill,
Can you separate this patch from the rest of the 1-5 series and resend
as a 1/1, and also cc whot? Looks like commit 2b5310a3 may have just
had a typo, but I'd like to confirm just to be sure. I'll then test and
review. I'd like to get this in asap as it affects documentation.
Acked-by: Yong Bakos <ybakos at humanoriented.com>
Thank you,
yong
> ---
> src/scanner.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/scanner.c b/src/scanner.c
> index 037ebdb..33271bc 100644
> --- a/src/scanner.c
> +++ b/src/scanner.c
> @@ -1350,7 +1350,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"
> --
> 1.9.1
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list