[goffice] fixed a few gtk-doc warnings
- From: Jean Bréfort <jbrefort src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [goffice] fixed a few gtk-doc warnings
- Date: Sat, 16 Jan 2010 21:40:34 +0000 (UTC)
commit eaf688ff0f63836a1f3b4058efce730515f1b30d
Author: Jean Brefort <jean brefort normalesup org>
Date: Sat Jan 16 22:41:47 2010 +0100
fixed a few gtk-doc warnings
docs/reference/goffice-0.8-sections.txt | 11 ++++++++++-
docs/reference/goffice-docs.sgml | 8 +++++---
goffice/app/io-context.c | 2 +-
goffice/canvas/goc-circle.c | 2 +-
goffice/data/go-data-simple.c | 2 +-
goffice/graph/gog-series.c | 2 +-
6 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/docs/reference/goffice-0.8-sections.txt b/docs/reference/goffice-0.8-sections.txt
index 7a44ced..ce65779 100644
--- a/docs/reference/goffice-0.8-sections.txt
+++ b/docs/reference/goffice-0.8-sections.txt
@@ -2555,6 +2555,10 @@ go_data_scalar_get_str
GO_TYPE_DATA_SCALAR
GO_DATA_SCALAR
GO_IS_DATA_SCALAR
+GODataMatrix
+GODataMatrixClass
+GODataMatrixSize
+GODataMatrixVal
<SUBSECTION Private>
go_data_scalar_get_type
</SECTION>
@@ -2578,6 +2582,8 @@ GO_DATA_VECTOR_LEN_CACHED
GO_TYPE_DATA_VECTOR
GO_DATA_VECTOR
GO_IS_DATA_VECTOR
+GODataVectorStr
+GODataVectorVal
<SUBSECTION Private>
go_data_vector_get_type
</SECTION>
@@ -2588,6 +2594,7 @@ go_data_vector_get_type
GODataMatrix
GODataMatrixClass
GODataMatrixSize
+<SUBSECTION>
go_data_matrix_get_size
go_data_matrix_get_values
go_data_matrix_get_value
@@ -2639,6 +2646,8 @@ GO_DATA_SCALAR_VAL
GO_IS_DATA_SCALAR_VAL
GO_TYPE_DATA_SCALAR_VAL
go_data_scalar_val_get_type
+GODataScalar
+GODataScalarClass
</SECTION>
<SECTION>
@@ -2697,6 +2706,7 @@ GO_TYPE_UNDO_UNARY
<TITLE>GOFile</TITLE>
GOFilePermissions
GOFileProbeLevel
+GOFileFormatLevel
GODotDot
go_filename_simplify
go_filename_from_uri
@@ -2766,7 +2776,6 @@ GOFileSaver
GOFileSaverClass
GOFileSaverSaveFunc
GOFileSaveScope
-GOFileFormatLevel
go_file_saver_for_file_name
go_file_saver_for_id
go_file_saver_for_mime_type
diff --git a/docs/reference/goffice-docs.sgml b/docs/reference/goffice-docs.sgml
index 6c16610..b2c0b8d 100644
--- a/docs/reference/goffice-docs.sgml
+++ b/docs/reference/goffice-docs.sgml
@@ -91,6 +91,8 @@
</chapter>
<chapter>
<title>Selectors</title>
+ <xi:include href="xml/go-calendar-button.xml"/>
+ <xi:include href="xml/go-color-group.xml"/>
<xi:include href="xml/go-combo-color.xml"/>
<xi:include href="xml/go-combo-text.xml"/>
<xi:include href="xml/go-charmap-sel.xml"/>
@@ -127,6 +129,7 @@
<xi:include href="xml/go-data-scalar.xml"/>
<xi:include href="xml/go-data-vector.xml"/>
<xi:include href="xml/go-data-matrix.xml"/>
+ <xi:include href="xml/go-data-simple.xml"/>
</chapter>
<chapter>
<title>Mathematical functions</title>
@@ -152,6 +155,7 @@
<xi:include href="xml/go-cmd-context.xml"/>
<xi:include href="xml/go-doc-control.xml"/>
<xi:include href="xml/go-doc.xml"/>
+ <xi:include href="xml/io-context.xml"/>
<xi:include href="xml/go-plugin.xml"/>
<xi:include href="xml/go-plugin-loader.xml"/>
<xi:include href="xml/go-plugin-loader-module.xml"/>
@@ -173,6 +177,7 @@
<xi:include href="xml/go-persist.xml"/>
<xi:include href="xml/go-undo.xml"/>
<xi:include href="xml/go-string.xml"/>
+ <xi:include href="xml/go-utils.xml"/>
</chapter>
</part>
</book>
@@ -193,13 +198,11 @@
<xi:include href="xml/go-error-stack.xml"/>
<xi:include href="xml/goffice-app.xml"/>
<xi:include href="xml/io-context-priv.xml"/>
-<xi:include href="xml/io-context.xml"/>
<xi:include href="xml/module-plugin-defs.xml"/>
<xi:include href="xml/go-action-combo-color.xml"/>
<xi:include href="xml/go-action-combo-pixmaps.xml"/>
<xi:include href="xml/go-action-combo-stack.xml"/>
<xi:include href="xml/go-action-combo-text.xml"/>
-<xi:include href="xml/go-color-group.xml"/>
<xi:include href="xml/go-color-palette.xml"/>
<xi:include href="xml/go-graph-widget.xml"/>
<xi:include href="xml/go-marshal.xml"/>
@@ -211,5 +214,4 @@
<xi:include href="xml/goffice-utils.xml"/>
<xi:include href="xml/go-marshalers.xml"/>
<xi:include href="xml/win32-stub.xml"/>
-<xi:include href="go-calendar-button.xml"/>
-->
diff --git a/goffice/app/io-context.c b/goffice/app/io-context.c
index 3bff52f..7c97ce4 100644
--- a/goffice/app/io-context.c
+++ b/goffice/app/io-context.c
@@ -440,7 +440,7 @@ go_io_context_set_num_files (GOIOContext *ioc, guint count)
/**
* go_io_context_processing_file :
* @ioc : #GOIOContext
- * @uri : An escaped uri (eg foo%20bar)
+ * @uri : An escaped uri (eg "foo\%20bar")
**/
void
go_io_context_processing_file (GOIOContext *ioc, char const *uri)
diff --git a/goffice/canvas/goc-circle.c b/goffice/canvas/goc-circle.c
index 1501fca..8c58ea5 100644
--- a/goffice/canvas/goc-circle.c
+++ b/goffice/canvas/goc-circle.c
@@ -31,7 +31,7 @@
* SECTION:goc-circle
* @short_description: Circle.
*
- * #GocCirle implements circle drawing in the canvas.
+ * #GocCircle implements circle drawing in the canvas.
**/
enum {
diff --git a/goffice/data/go-data-simple.c b/goffice/data/go-data-simple.c
index 641ec4d..c409205 100644
--- a/goffice/data/go-data-simple.c
+++ b/goffice/data/go-data-simple.c
@@ -739,7 +739,7 @@ go_data_vector_str_new (char const * const *str, unsigned n, GDestroyNotify noti
* @vector: a #GODataVectorStr
* @func: a #GOTranslateFunc
* @data: data to be passed to @func and @notify
- * @notify: a #GODestroyNotify function to be called when @vec is
+ * @notify: a #GDestroyNotify function to be called when @vec is
* destroyed or when the translation function is changed
*
* Sets a function to be used for translating elements of @vec
diff --git a/goffice/graph/gog-series.c b/goffice/graph/gog-series.c
index bf3b383..76c9a4d 100644
--- a/goffice/graph/gog-series.c
+++ b/goffice/graph/gog-series.c
@@ -946,7 +946,7 @@ gog_series_get_name (GogSeries const *series)
* gog_series_set_name :
* @series : a #GogSeries
* @name_src : a #GODataScalar
- * @err : a #Gerror
+ * @err : a #GError
*
* Absorbs a ref to @name_src.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]