mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
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:
@@ -46,11 +46,11 @@ struct _GFileAttributeInfo
|
||||
|
||||
/**
|
||||
* GFileAttributeInfoList:
|
||||
* @infos: an array of #GFileAttributeInfo<!-- -->s.
|
||||
* @infos: an array of #GFileAttributeInfos.
|
||||
* @n_infos: the number of values in the array.
|
||||
*
|
||||
* Acts as a lightweight registry for possible valid file attributes.
|
||||
* The registry stores Key-Value pair formats as #GFileAttributeInfo<!-- -->s.
|
||||
* The registry stores Key-Value pair formats as #GFileAttributeInfos.
|
||||
**/
|
||||
struct _GFileAttributeInfoList
|
||||
{
|
||||
|
Reference in New Issue
Block a user