summaryrefslogtreecommitdiff
path: root/gtk/gtkborder.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-08 23:14:46 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-08 23:21:39 -0500
commit394ae46ec08857405e4e5b3dad3782c9d9c59651 (patch)
treef53e6691bfe7694145aaa3af4041078b0179c1aa /gtk/gtkborder.h
parent32398f11fab5e0abc88bf77ec76668d24af3e659 (diff)
downloadgtk+-394ae46ec08857405e4e5b3dad3782c9d9c59651.tar.gz
Add some missing symbols to the docs
Diffstat (limited to 'gtk/gtkborder.h')
-rw-r--r--gtk/gtkborder.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkborder.h b/gtk/gtkborder.h
index 51a5b7bfd6..db0cb8f012 100644
--- a/gtk/gtkborder.h
+++ b/gtk/gtkborder.h
@@ -41,13 +41,13 @@ typedef struct _GtkBorder GtkBorder;
/**
* GtkBorder:
- * @left: The width of the left border.
- * @right: The width of the right border.
- * @top: The width of the top border.
- * @bottom: The width of the bottom border.
+ * @left: The width of the left border
+ * @right: The width of the right border
+ * @top: The width of the top border
+ * @bottom: The width of the bottom border
*
- * A struct that specifies a border around a rectangular area that can
- * be of different width on each side.
+ * A struct that specifies a border around a rectangular area
+ * that can be of different width on each side.
*/
struct _GtkBorder
{