[folks] docs: Fix links in documentation comments



commit 8fbfa165fe1f97b0dc4c9cb3145e5344229cb249
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Wed Nov 6 15:55:00 2013 +0000

    docs: Fix links in documentation comments
    
    This prevents valadoc throwing more of a hissy fit than usual.

 backends/eds/lib/edsf-persona-store.vala |    7 ++++---
 folks/backend.vala                       |    2 +-
 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 c325d43..0c6b9c1 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -80,8 +80,9 @@ public class Edsf.PersonaStore : Folks.PersonaStore
    *
    * A new Address Book will be created with the given ID and the EDS
    * SourceRegistry will notice the new Address Book source and will emit
-   * source_added with the new { link E.Source} object which { link Eds.Backend}
-   * will then create a new { link Edsf.PersonaStore} from.
+   * source_added with the new { link E.Source} object which
+   * { link Folks.Backends.Eds.Backend} will then create a new
+   * { link Edsf.PersonaStore} from.
    *
    * @param id the name and id for the new address book
    * @throws GLib.Error if an error occurred while creating or committing to
@@ -284,7 +285,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore
    * @since 0.6.0
    */
   [Deprecated (since = "0.7.2",
-      replacement = "Edsf.PersonaStore.with_source_registry()")]
+      replacement = "Edsf.PersonaStore.with_source_registry")]
   public PersonaStore (E.Source s)
     {
       string eds_uid = s.get_uid ();
diff --git a/folks/backend.vala b/folks/backend.vala
index 71ee630..dcfc4e6 100644
--- a/folks/backend.vala
+++ b/folks/backend.vala
@@ -179,7 +179,7 @@ public abstract class Folks.Backend : Object
    * @since 0.1.11
    * @throws GLib.Error if preparing the backend-specific services failed — this
    * will be a backend-specific error
-   * @throws DBusError.SERVICE_UNKNOWN if a required D-Bus service was not
+   * @throws GLib.DBusError.SERVICE_UNKNOWN if a required D-Bus service was not
    * installed or could not be started
    */
   public abstract async void prepare () throws GLib.Error;


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