G_GNUC_FORMAT: documentation error
authorSimon Kågedal Reimer <skagedal@gmail.com>
Mon, 6 May 2013 20:04:32 +0000 (22:04 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Jun 2013 22:11:44 +0000 (18:11 -0400)
Attribute should be placed just before the semicolon, not after.
As can be seen in the example.

https://bugzilla.gnome.org/show_bug.cgi?id=699779

glib/docs.c

index 74a97e8..c7ae282 100644 (file)
  * format function the same as they would have been for the unmodified
  * string).
  *
- * Place the attribute after the function declaration, just after the
+ * Place the attribute after the function declaration, just before the
  * semicolon.
  *
  * See the GNU C documentation for more details.