summaryrefslogtreecommitdiff
path: root/glib/gasyncqueue.c
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2012-04-03 20:17:00 +0200
committerJohan Dahlin <jdahlin@litl.com>2012-04-05 10:23:42 -0300
commit0183c1f8a158834e5bfb601d4a207a8cff0b2b62 (patch)
tree158150f6c006600efd68e0ab28e554427a9f32ee /glib/gasyncqueue.c
parentfefe5d9a20756d58f4207ae26553d65d54037b20 (diff)
downloadglib-0183c1f8a158834e5bfb601d4a207a8cff0b2b62.tar.gz
Fix malformed GTK-Doc comment blocks: invalid parameters and tags.
Found these thanks to the improved gobject-introspection GTK-Doc comment block/annotation parser. See https://bugzilla.gnome.org/show_bug.cgi?id=672254 https://bugzilla.gnome.org/show_bug.cgi?id=673385
Diffstat (limited to 'glib/gasyncqueue.c')
-rw-r--r--glib/gasyncqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gasyncqueue.c b/glib/gasyncqueue.c
index 31976bcea..075266f5f 100644
--- a/glib/gasyncqueue.c
+++ b/glib/gasyncqueue.c
@@ -176,7 +176,7 @@ g_async_queue_ref (GAsyncQueue *queue)
*
* Increases the reference count of the asynchronous @queue by 1.
*
- * @Deprecated: Since 2.8, reference counting is done atomically
+ * Deprecated: 2.8: Reference counting is done atomically.
* so g_async_queue_ref() can be used regardless of the @queue's
* lock.
*/
@@ -197,7 +197,7 @@ g_async_queue_ref_unlocked (GAsyncQueue *queue)
* the @queue's lock. If the reference count went to 0, the @queue
* will be destroyed and the memory allocated will be freed.
*
- * @Deprecated: Since 2.8, reference counting is done atomically
+ * Deprecated: 2.8: Reference counting is done atomically.
* so g_async_queue_unref() can be used regardless of the @queue's
* lock.
*/