mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fix malformed GTK-Doc comment blocks: add missing colons.
Found these thanks to improved gobject-introspection GTK-Doc comment block/annotation parser from: https://bugzilla.gnome.org/show_bug.cgi?id=672254 https://bugzilla.gnome.org/show_bug.cgi?id=673385
This commit is contained in:
committed by
Johan Dahlin
parent
6bd47498a0
commit
8e740f726f
@@ -3323,7 +3323,7 @@ g_file_move (GFile *source,
|
||||
}
|
||||
|
||||
/**
|
||||
* g_file_make_directory
|
||||
* g_file_make_directory:
|
||||
* @file: input #GFile.
|
||||
* @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore.
|
||||
* @error: a #GError, or %NULL
|
||||
|
Reference in New Issue
Block a user