summaryrefslogtreecommitdiff
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
parent8dccb393e1a46c28af7161b003695a3b3c231b24 (diff)
docs: Fix incorrect @since lines in documentation comments
-rw-r--r--backends/eds/lib/edsf-persona.vala2
-rw-r--r--folks/anti-linkable.vala6
2 files changed, 4 insertions, 4 deletions
diff --git a/backends/eds/lib/edsf-persona.vala b/backends/eds/lib/edsf-persona.vala
index 8a5d5188..1dd3c896 100644
--- a/backends/eds/lib/edsf-persona.vala
+++ b/backends/eds/lib/edsf-persona.vala
@@ -119,7 +119,7 @@ public class Edsf.Persona : Folks.Persona,
* and the value ‘TRUE’. This allows clients to detect such fields
* and (for example) ignore them in the UI.
*
- * Since: UNRELEASED
+ * @since UNRELEASED
*/
public static const string folks_field_attribute_name = "X-FOLKS-FIELD";
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()
{