[folks] docs: Fix incorrect @since lines in documentation comments



commit e42d2a6ac717cb1f5fd0b506c33f04b43a63c6e2
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Mar 5 23:18:36 2014 +0000

    docs: Fix incorrect @since lines in documentation comments

 backends/eds/lib/edsf-persona.vala |    2 +-
 folks/anti-linkable.vala           |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona.vala b/backends/eds/lib/edsf-persona.vala
index 8a5d518..1dd3c89 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 b7bd068..0c3657e 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()
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]