[PATCH 1/5] scanner: Fixed doxygen group name for _add_listener

Yong Bakos junk at humanoriented.com
Fri May 27 17:43:07 UTC 2016


Hi Bill,

> 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>
> ---
> 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

This was on my list, but I didn't test it yet, so
Acked-by: Yong Bakos <ybakos at humanoriented.com>

However, IMHO it would be best to see this as a standalone patch rather than
as the first in this series.

yong




More information about the wayland-devel mailing list