[folks] Un-break Docs.



commit e551f70ad851d6617c7aaca62b15dd71a48b1376
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Sat Aug 13 13:00:32 2011 +0200

    Un-break Docs.

 folks/email-details.vala |    6 +++---
 folks/role-details.vala  |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/folks/email-details.vala b/folks/email-details.vala
index aa8fc8c..5acb20d 100644
--- a/folks/email-details.vala
+++ b/folks/email-details.vala
@@ -85,9 +85,9 @@ public interface Folks.EmailDetails : Object
   /**
    * The email addresses of the contact.
    *
-   * Each of the { link EmailFieldDetails.value}s in this property contains just
-   * an e-mail address (e.g. âfoo bar comâ), rather than any other way of
-   * formatting an e-mail address (such as âJohn Smith <foo bar com>â).
+   * Each of the values in this property contains just an e-mail address (e.g.
+   * âfoo bar comâ), rather than any other way of formatting an e-mail address
+   * (such as âJohn Smith <foo bar com>â).
    *
    * @since UNRELEASED
    */
diff --git a/folks/role-details.vala b/folks/role-details.vala
index 16baf24..ada9c62 100644
--- a/folks/role-details.vala
+++ b/folks/role-details.vala
@@ -140,7 +140,7 @@ public class Folks.RoleFieldDetails : AbstractFieldDetails<Role>
   /**
    * Create a new RoleFieldDetails.
    *
-   * @param value the { link Role}} of the field
+   * @param value the { link Role} of the field
    * @param parameters initial parameters. See
    * { link AbstractFieldDetails.parameters}. A `null` value is equivalent to an
    * empty map of parameters.



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