Fix documentation warnings

gobject-introspection now emits many more warnings for malformed
comments, and they fail the build.

https://bugzilla.gnome.org/show_bug.cgi?id=673656
This commit is contained in:
Giovanni Campagna
2012-04-06 16:34:52 +02:00
parent b095319a16
commit 55a4517cd1
22 changed files with 39 additions and 67 deletions

View File

@ -1102,7 +1102,7 @@ shell_global_end_modal (ShellGlobal *global,
}
/**
* shell_global_create_pointer_barrier
* shell_global_create_pointer_barrier:
* @global: a #ShellGlobal
* @x1: left X coordinate
* @y1: top Y coordinate
@ -1133,7 +1133,7 @@ shell_global_create_pointer_barrier (ShellGlobal *global,
}
/**
* shell_global_destroy_pointer_barrier
* shell_global_destroy_pointer_barrier:
* @global: a #ShellGlobal
* @barrier: a pointer barrier
*