summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 21:00:58 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 21:00:58 -0500
commit3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2 (patch)
tree12197053b6fc681aa2ce39258cf2a3b92ee639f5 /gtk/gtkwidget.c
parentc6ef8bdc9c128c4b91a000221a9f4e8e9b525534 (diff)
downloadgtk+-3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2.tar.gz
docs: Use "#" for refsect2 instead of ##
Diffstat (limited to 'gtk/gtkwidget.c')
-rw-r--r--gtk/gtkwidget.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index d8c46ec75a..d9fd94769e 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -239,7 +239,7 @@
* If this has a value other than -1 you need to align the widget such that the baseline
* appears at the position.
*
- * ## Style Properties
+ * # Style Properties
*
* #GtkWidget introduces “style
* properties” - these are basically object properties that are stored
@@ -255,7 +255,7 @@
* style properties and gtk_widget_style_get_property(), gtk_widget_style_get() or
* gtk_widget_style_get_valist() to obtain the value of a style property.
*
- * ## GtkWidget as GtkBuildable
+ * # GtkWidget as GtkBuildable
*
* The GtkWidget implementation of the GtkBuildable interface supports a
* custom &lt;accelerator&gt; element, which has attributes named key,
@@ -302,7 +302,7 @@
* </object>
* ]|
*
- * ## Building composite widgets from template XML
+ * # Building composite widgets from template XML
*
* GtkWidget exposes some facilities to automate the proceedure
* of creating composite widgets using #GtkBuilder interface description