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:
@@ -395,7 +395,7 @@ g_file_enumerator_next_files_async (GFileEnumerator *enumerator,
|
||||
*
|
||||
* Finishes the asynchronous operation started with g_file_enumerator_next_files_async().
|
||||
*
|
||||
* Returns: (transfer full) (element-type Gio.FileInfo): a #GList of #GFileInfo<!---->s. You must free the list with
|
||||
* Returns: (transfer full) (element-type Gio.FileInfo): a #GList of #GFileInfos. You must free the list with
|
||||
* g_list_free() and unref the infos with g_object_unref() when you're
|
||||
* done with them.
|
||||
**/
|
||||
|
Reference in New Issue
Block a user