docs: Remove <!-- --> comment before plural s

These did show up in the html. Since symbol names are checked for a
trailing plural s when generating the docs, the links stay functional
after removing these comments.

https://bugzilla.gnome.org/show_bug.cgi?id=728380
This commit is contained in:
Volker Sobek
2014-04-16 23:56:02 +02:00
parent 99b67614b7
commit 4441595378
12 changed files with 16 additions and 16 deletions

View File

@@ -844,7 +844,7 @@ g_variant_get_size (GVariant *value)
* serialised data, you must know the type of the #GVariant, and (if the
* machine might be different) the endianness of the machine that stored
* it. As a result, file formats or network messages that incorporate
* serialised #GVariant<!---->s must include this information either
* serialised #GVariants must include this information either
* implicitly (for instance "the file always contains a
* %G_VARIANT_TYPE_VARIANT and it is always in little-endian order") or
* explicitly (by storing the type and/or endianness in addition to the