[folks] Add missing documentation for method parameters



commit 770a429de41c46a7e99686bd600621396cc4ccac
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Sun Dec 12 16:34:01 2010 +0000

    Add missing documentation for method parameters

 backends/telepathy/lib/tpf-persona-store.vala |    2 ++
 backends/telepathy/lib/tpf-persona.vala       |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index 0b5f536..6e53b22 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -173,6 +173,8 @@ public class Tpf.PersonaStore : Folks.PersonaStore
    *
    * Create a new persona store to store the { link Persona}s for the contacts
    * in the Telepathy account provided by `account`.
+   *
+   * @param account the Telepathy account being represented by the persona store
    */
   public PersonaStore (Account account)
     {
diff --git a/backends/telepathy/lib/tpf-persona.vala b/backends/telepathy/lib/tpf-persona.vala
index 01ba60d..0a899a2 100644
--- a/backends/telepathy/lib/tpf-persona.vala
+++ b/backends/telepathy/lib/tpf-persona.vala
@@ -206,6 +206,9 @@ public class Tpf.Persona : Folks.Persona,
    *
    * Create a new persona for the { link PersonaStore} `store`, representing
    * the Telepathy contact given by `contact`.
+   *
+   * @param contact the Telepathy contact being represented by the persona
+   * @param store the persona store to place the persona in
    */
   public Persona (Contact contact, PersonaStore store)
     {



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