mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
scanner: Fix spacing of @param
Adds one space to the @param lines in generated .h files, aligning the indentation with the rest of the comment block. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0715ee5cf9
commit
5259084288
1 changed files with 1 additions and 1 deletions
|
|
@ -1148,7 +1148,7 @@ emit_event_wrappers(struct wl_list *message_list, struct interface *interface)
|
||||||
" * Sends an %s event to the client owning the resource.\n",
|
" * Sends an %s event to the client owning the resource.\n",
|
||||||
interface->name,
|
interface->name,
|
||||||
m->name);
|
m->name);
|
||||||
printf("* @param resource_ The client's resource\n");
|
printf(" * @param resource_ The client's resource\n");
|
||||||
wl_list_for_each(a, &m->arg_list, link) {
|
wl_list_for_each(a, &m->arg_list, link) {
|
||||||
if (a->summary)
|
if (a->summary)
|
||||||
printf(" * @param %s %s\n", a->name, a->summary);
|
printf(" * @param %s %s\n", a->name, a->summary);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue