[goffice] Docs: fix a few api docs.



commit 0b69b48d5080f2f0b7d8dd59989caa033c419ef9
Author: Morten Welinder <terra gnome org>
Date:   Thu Aug 6 20:56:28 2009 -0400

    Docs: fix a few api docs.

 ChangeLog                 |    2 ++
 goffice/utils/go-string.c |    8 +++++---
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e0ac0c6..53c4613 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-08-06  Morten Welinder  <terra gnome org>
 
+	* goffice/utils/go-string.c: Fix docs.
+
 	* goffice/graph/gog-axis.c (map_linear_auto_bound): Avoid using an
 	integer number of steps for pull-in-0 threshold.  Fixes #590903, I
 	hope.
diff --git a/goffice/utils/go-string.c b/goffice/utils/go-string.c
index d60ae97..23af5b1 100644
--- a/goffice/utils/go-string.c
+++ b/goffice/utils/go-string.c
@@ -200,7 +200,7 @@ go_string_new_nocopy (char *str)
  * @markup : optionally %NULL list, GOString steals the ref
  * @phonetic : optionally %NULL list of phonetic extensions, GOString steals the ref.
  *
- * Returns : a string.
+ * Returns: a string.
  **/
 GOString *
 go_string_new_rich (char const *str,
@@ -409,7 +409,7 @@ static GOString *go_string_ERROR_val = NULL;
  * A convenience for g_return_val to share one error string without adding a
  * reference to functions that do not add references to the result
  *
- * Returns : A string saying 'ERROR' but does not add a ref to it.
+ * Returns: A string saying 'ERROR' but does not add a ref to it.
  **/
 GOString *
 go_string_ERROR (void)
@@ -537,8 +537,10 @@ value_transform_gostring_string (GValue const *src_val,
 
 /**
  * go_string_get_type :
+ *
  * Register #GOString as a type for #GValue
- * Returns : #GType
+ *
+ * Returns: #GType
  **/
 GType
 go_string_get_type (void)



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