summaryrefslogtreecommitdiff
path: root/telepathy-glib/intset.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-13 18:12:29 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-13 18:12:29 +0000
commit2a6b7bdd2baa6028c9f2f1bdf4fa5715c192426e (patch)
tree025b2ae0df03bed1b1660f18a82ae78b521715ed /telepathy-glib/intset.c
parentfb5a2dd47f50b687c7ea9dd8bd844a5ba3bb5ce6 (diff)
downloadtelepathy-glib-2a6b7bdd2baa6028c9f2f1bdf4fa5715c192426e.tar.gz
Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"
The latter don't actually have any special meaning in gtk-doc: they're a reference to a (presumably nonexistent) parameter or variable called "since" or "deprecated".
Diffstat (limited to 'telepathy-glib/intset.c')
-rw-r--r--telepathy-glib/intset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/intset.c b/telepathy-glib/intset.c
index f10cf7334..96dc76b34 100644
--- a/telepathy-glib/intset.c
+++ b/telepathy-glib/intset.c
@@ -230,7 +230,7 @@ tp_intset_new ()
* Returns: a new integer set containing @element, to be destroyed with
* tp_intset_destroy()
*
- * @since 0.7.26
+ * Since: 0.7.26
*/
TpIntset *
tp_intset_new_containing (guint element)