[folks] Fix syntax error in valadoc for Edsf.PersonaStore.remove_persona.



commit 599f72029bd975699163fcc8f1c470675f48e269
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Mon Aug 1 15:31:04 2011 -0700

    Fix syntax error in valadoc for Edsf.PersonaStore.remove_persona.

 backends/eds/lib/edsf-persona-store.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala
index 8ec433b..f995637 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -338,10 +338,10 @@ public class Edsf.PersonaStore : Folks.PersonaStore
   /**
    * Remove a { link Persona} from the PersonaStore.
    *
-   * @param persona the that should be removed
-   *
    * See { link Folks.PersonaStore.remove_persona}.
    *
+   * @param persona the persona that should be removed
+   *
    * @since 0.5.UNRELEASED
    */
   public override async void remove_persona (Folks.Persona persona)



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