[folks] eds: Fix some syntax errors in documentation comments



commit 0ee2a7b74e4a2aabce1b8b48acba013eee56037e
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Nov 24 13:01:23 2012 +0000

    eds: Fix some syntax errors in documentation comments

 backends/eds/lib/edsf-persona-store.vala |    5 +++--
 backends/eds/lib/edsf-persona.vala       |    4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala
index 68dc6c7..bc4e4d9 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -83,7 +83,8 @@ public class Edsf.PersonaStore : Folks.PersonaStore
    * will then create a new { link Edsf.PersonaStore} from.
    *
    * @param id the name and id for the new address book
-   * @throws GLib.Error
+   * @throws GLib.Error if an error occurred while creating or committing to
+   * the { link E.SourceRegistry}
    *
    * @since UNRELEASED
    */
@@ -117,7 +118,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore
    * the same.
    *
    * @param store the PersonaStore to delete the address book for.
-   * @throws GLib.Error
+   * @throws GLib.Error if an error occurred in { link E.Source.remove}
    *
    * @since UNRELEASED
    */
diff --git a/backends/eds/lib/edsf-persona.vala b/backends/eds/lib/edsf-persona.vala
index 69fbd95..ebfa0de 100644
--- a/backends/eds/lib/edsf-persona.vala
+++ b/backends/eds/lib/edsf-persona.vala
@@ -628,8 +628,8 @@ public class Edsf.Persona : Folks.Persona,
    * - "Coworkers"
    *
    * Setting the system groups will also change the group membership to include
-   * the localized version of those groups, and may change the value of { link
-   * EdsfPersona.in_google_personal_group}
+   * the localized version of those groups, and may change the value of
+   * { link Edsf.Persona.in_google_personal_group}.
    *
    * Attempting to call this method on a persona beloging to a PersonaStore which
    * is not Google will throw a PropertyError.



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