mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Fix malformed GTK-Doc comment blocks:
- add missing colons - invalid annotations - invalid parameters and tags - correct parameter name - preserve description indentation - no description parts - comment end marker - invalid empty lines - line numbers AnnotationParser now emits warnings which are considered as errors by "make check" so fix those warnings... https://bugzilla.gnome.org/show_bug.cgi?id=672254
This commit is contained in:
parent
320fd24734
commit
5374f24d38
@ -809,7 +809,7 @@ collect_namespaces (gpointer key,
|
||||
*
|
||||
* Return the list of currently loaded namespaces.
|
||||
*
|
||||
* Returns: (utf8) (transfer full): List of namespaces
|
||||
* Returns: (element-type utf8) (transfer full): List of namespaces
|
||||
*/
|
||||
gchar **
|
||||
g_irepository_get_loaded_namespaces (GIRepository *repository)
|
||||
@ -902,7 +902,7 @@ g_irepository_get_shared_library (GIRepository *repository,
|
||||
}
|
||||
|
||||
/**
|
||||
* g_irepository_get_c_prefix
|
||||
* g_irepository_get_c_prefix:
|
||||
* @repository: (allow-none): A #GIRepository, may be %NULL for the default
|
||||
* @namespace_: Namespace to inspect
|
||||
*
|
||||
@ -938,7 +938,7 @@ g_irepository_get_c_prefix (GIRepository *repository,
|
||||
}
|
||||
|
||||
/**
|
||||
* g_irepository_get_typelib_path
|
||||
* g_irepository_get_typelib_path:
|
||||
* @repository: (allow-none): Repository, may be %NULL for the default
|
||||
* @namespace_: GI namespace to use, e.g. "Gtk"
|
||||
*
|
||||
|
@ -74,7 +74,7 @@ struct _GIRepositoryClass
|
||||
};
|
||||
|
||||
/**
|
||||
* GIRepositoryLoadFlags
|
||||
* GIRepositoryLoadFlags:
|
||||
* @G_IREPOSITORY_LOAD_FLAG_LAZY: Load the types lazily.
|
||||
*
|
||||
* Flags that controlls how a typelib is loaded by
|
||||
|
Loading…
Reference in New Issue
Block a user