[goocanvas] removed use of <!--PARAMETERS--> gtk-doc flag. #729984



commit a076743dd7870506a0d67303b23e834987f477e9
Author: Damon Chaplin <Damon A Chaplin gmail com>
Date:   Thu Dec 15 11:33:50 2016 +0000

    removed use of <!--PARAMETERS--> gtk-doc flag. #729984

 ChangeLog                |    5 +++++
 src/goocanvasellipse.c   |    4 ----
 src/goocanvasgrid.c      |    4 ----
 src/goocanvasimage.c     |    4 ----
 src/goocanvasitem.c      |    2 +-
 src/goocanvasitemmodel.c |    2 +-
 src/goocanvaspath.c      |    4 ----
 src/goocanvaspolyline.c  |    8 --------
 src/goocanvasrect.c      |    4 ----
 src/goocanvastable.c     |    4 ----
 src/goocanvastext.c      |    4 ----
 src/goocanvaswidget.c    |    2 --
 12 files changed, 7 insertions(+), 40 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c97f728..70cac88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2016-12-15  Damon Chaplin  <damon gnome org>
 
+       * src/*.c: removed use of <!--PARAMETERS--> gtk-doc flag which isn't
+       supported any more. #729984
+
+2016-12-15  Damon Chaplin  <damon gnome org>
+
        * src/goocanvastext.c (goo_canvas_text_get_natural_extents): patch from
        Cédric Krier to add "(out)" annotations for introspection. #771317
 
diff --git a/src/goocanvasellipse.c b/src/goocanvasellipse.c
index ac7ca5b..3cc1175 100644
--- a/src/goocanvasellipse.c
+++ b/src/goocanvasellipse.c
@@ -171,8 +171,6 @@ goo_canvas_ellipse_init (GooCanvasEllipse *ellipse)
  * 
  * Creates a new ellipse item.
  *
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create an ellipse centered at (100.0,
  * 100.0), with a horizontal radius of 50.0 and a vertical radius of 30.0.
  * It is drawn with a red outline with a width of 5.0 and filled with blue:
@@ -503,8 +501,6 @@ goo_canvas_ellipse_model_init (GooCanvasEllipseModel *emodel)
  * 
  * Creates a new ellipse model.
  *
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create an ellipse centered at (100.0,
  * 100.0), with a horizontal radius of 50.0 and a vertical radius of 30.0.
  * It is drawn with a red outline with a width of 5.0 and filled with blue:
diff --git a/src/goocanvasgrid.c b/src/goocanvasgrid.c
index fa585d2..2ce371c 100644
--- a/src/goocanvasgrid.c
+++ b/src/goocanvasgrid.c
@@ -396,8 +396,6 @@ goo_canvas_grid_init (GooCanvasGrid *grid)
  * 
  * Creates a new grid item.
  *
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a grid:
  *
  * <informalexample><programlisting>
@@ -1094,8 +1092,6 @@ goo_canvas_grid_model_init (GooCanvasGridModel *gmodel)
  * 
  * Creates a new grid model.
  *
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a grid:
  *
  * <informalexample><programlisting>
diff --git a/src/goocanvasimage.c b/src/goocanvasimage.c
index b5879ac..e470126 100644
--- a/src/goocanvasimage.c
+++ b/src/goocanvasimage.c
@@ -218,8 +218,6 @@ goo_canvas_image_convert_pixbuf_sizes (GooCanvasItem *item,
  * 
  * Creates a new image item.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create an image at (100.0, 100.0), using
  * the given pixbuf at its natural width and height:
  *
@@ -696,8 +694,6 @@ goo_canvas_image_model_init (GooCanvasImageModel *emodel)
  * 
  * Creates a new image model.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create an image at (100.0, 100.0), using
  * the given pixbuf at its natural width and height:
  *
diff --git a/src/goocanvasitem.c b/src/goocanvasitem.c
index ff5d42e..3d09735 100644
--- a/src/goocanvasitem.c
+++ b/src/goocanvasitem.c
@@ -764,7 +764,7 @@ goo_canvas_item_get_parent  (GooCanvasItem *item)
  * This function is only intended to be used when implementing new canvas
  * items (specifically container items such as #GooCanvasGroup).
  * It sets the parent of the child item.
- * <!--PARAMETERS-->
+ * 
  * <note><para>
  * This function cannot be used to add an item to a group
  * or to change the parent of an item.
diff --git a/src/goocanvasitemmodel.c b/src/goocanvasitemmodel.c
index 385a9e2..8b9aada 100644
--- a/src/goocanvasitemmodel.c
+++ b/src/goocanvasitemmodel.c
@@ -461,7 +461,7 @@ goo_canvas_item_model_get_parent  (GooCanvasItemModel *model)
  * This function is only intended to be used when implementing new canvas
  * item models (specifically container models such as #GooCanvasGroupModel).
  * It sets the parent of the child model.
- * <!--PARAMETERS-->
+ * 
  * <note><para>
  * This function cannot be used to add a model to a group
  * or to change the parent of a model.
diff --git a/src/goocanvaspath.c b/src/goocanvaspath.c
index e9b0d03..0ef037f 100644
--- a/src/goocanvaspath.c
+++ b/src/goocanvaspath.c
@@ -123,8 +123,6 @@ goo_canvas_path_init (GooCanvasPath *path)
  * 
  * Creates a new path item.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a red line from (20,20) to (40,40):
  *
  * <informalexample><programlisting>
@@ -681,8 +679,6 @@ goo_canvas_path_model_init (GooCanvasPathModel *pmodel)
  * 
  * Creates a new path model.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a red line from (20,20) to (40,40):
  *
  * <informalexample><programlisting>
diff --git a/src/goocanvaspolyline.c b/src/goocanvaspolyline.c
index 50b525b..bec8538 100644
--- a/src/goocanvaspolyline.c
+++ b/src/goocanvaspolyline.c
@@ -694,8 +694,6 @@ goo_canvas_polyline_set_property (GObject              *object,
  * 
  * Creates a new polyline item.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a filled triangle with vertices
  * at (100,100), (300,100), and (200,300).
  *
@@ -764,8 +762,6 @@ goo_canvas_polyline_new               (GooCanvasItem *parent,
  * 
  * Creates a new polyline item with a single line.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a line from (100,100) to (300,300).
  *
  * <informalexample><programlisting>
@@ -1202,8 +1198,6 @@ goo_canvas_polyline_model_init (GooCanvasPolylineModel *pmodel)
  * 
  * Creates a new polyline model.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a filled triangle with vertices
  * at (100,100), (300,100), and (200,300).
  *
@@ -1272,8 +1266,6 @@ goo_canvas_polyline_model_new (GooCanvasItemModel *parent,
  * 
  * Creates a new polyline model with a single line.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a line from (100,100) to (300,300).
  *
  * <informalexample><programlisting>
diff --git a/src/goocanvasrect.c b/src/goocanvasrect.c
index bd4ec7f..cb8d4a6 100644
--- a/src/goocanvasrect.c
+++ b/src/goocanvasrect.c
@@ -121,8 +121,6 @@ goo_canvas_rect_init (GooCanvasRect *rect)
  * 
  * Creates a new rectangle item.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a rectangle at (100,100) with a
  * width of 200 and a height of 100.
  *
@@ -500,8 +498,6 @@ goo_canvas_rect_model_init (GooCanvasRectModel *rmodel)
  * 
  * Creates a new rectangle item.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a rectangle at (100,100) with a
  * width of 200 and a height of 100.
  *
diff --git a/src/goocanvastable.c b/src/goocanvastable.c
index 85d047e..f13682c 100644
--- a/src/goocanvastable.c
+++ b/src/goocanvastable.c
@@ -476,8 +476,6 @@ goo_canvas_table_init (GooCanvasTable *table)
  * 
  * Creates a new table item.
  *
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a table with a square, a circle and
  * a triangle in it:
  *
@@ -2823,8 +2821,6 @@ goo_canvas_table_model_init (GooCanvasTableModel *tmodel)
  * 
  * Creates a new table model.
  *
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a table with a square, a circle and
  * a triangle in it:
  *
diff --git a/src/goocanvastext.c b/src/goocanvastext.c
index b2a79e9..f9efa4b 100644
--- a/src/goocanvastext.c
+++ b/src/goocanvastext.c
@@ -206,8 +206,6 @@ goo_canvas_text_init (GooCanvasText *text)
  * 
  * Creates a new text item.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a text item with the bottom right
  * of the text box placed at (500,500):
  *
@@ -1007,8 +1005,6 @@ goo_canvas_text_model_init (GooCanvasTextModel *tmodel)
  * 
  * Creates a new text model.
  * 
- * <!--PARAMETERS-->
- *
  * Here's an example showing how to create a text item with the bottom right
  * of the text box placed at (500,500):
  *
diff --git a/src/goocanvaswidget.c b/src/goocanvaswidget.c
index 36fc3f4..73b123e 100644
--- a/src/goocanvaswidget.c
+++ b/src/goocanvaswidget.c
@@ -97,8 +97,6 @@ goo_canvas_widget_init (GooCanvasWidget *witem)
  *
  * Creates a new widget item.
  *
- * <!--PARAMETERS-->
- * 
  * Here's an example showing how to create an entry widget centered at (100.0,
  * 100.0):
  *


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