summaryrefslogtreecommitdiff
path: root/folks
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-03-05 23:18:36 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2014-03-05 23:18:36 +0000
commite42d2a6ac717cb1f5fd0b506c33f04b43a63c6e2 (patch)
treedcb93c9d8caaf06dd9309235ace8c940353b7a25 /folks
parent8dccb393e1a46c28af7161b003695a3b3c231b24 (diff)
docs: Fix incorrect @since lines in documentation comments
Diffstat (limited to 'folks')
-rw-r--r--folks/anti-linkable.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/folks/anti-linkable.vala b/folks/anti-linkable.vala
index b7bd068f..0c3657e6 100644
--- a/folks/anti-linkable.vala
+++ b/folks/anti-linkable.vala
@@ -176,7 +176,7 @@ public interface Folks.AntiLinkable : Folks.Persona
* asynchronous call, then begin another before the first has finished).
*
* @throws PropertyError if setting the anti-links failed
- * Since: UNRELEASED
+ * @since UNRELEASED
*/
public async void add_global_anti_link()
throws PropertyError
@@ -199,7 +199,7 @@ public interface Folks.AntiLinkable : Folks.Persona
* asynchronous call, then begin another before the first has finished).
*
* @throws PropertyError if setting the anti-links failed
- * Since: UNRELEASED
+ * @since UNRELEASED
*/
public async void remove_global_anti_link()
throws PropertyError
@@ -218,7 +218,7 @@ public interface Folks.AntiLinkable : Folks.Persona
* If the persona has global anti link this means that the persona can not be
* linked with any other persona.
*
- * Since: UNRELEASED
+ * @since UNRELEASED
*/
public bool has_global_anti_link()
{