diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 21:00:58 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 21:00:58 -0500 |
commit | 3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2 (patch) | |
tree | 12197053b6fc681aa2ce39258cf2a3b92ee639f5 /gtk/gtkcontainer.c | |
parent | c6ef8bdc9c128c4b91a000221a9f4e8e9b525534 (diff) | |
download | gtk+-3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2.tar.gz |
docs: Use "#" for refsect2 instead of ##
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r-- | gtk/gtkcontainer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 805fbb2a20..f719544b5c 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -78,7 +78,7 @@ * children in a horizontal row, and a #GtkGrid arranges the widgets it contains * in a two-dimensional grid. * - * ## Height for width geometry management + * # Height for width geometry management * * GTK+ uses a height-for-width (and width-for-height) geometry management system. * Height-for-width means that a widget can change how much vertical space it needs, @@ -180,7 +180,7 @@ * See <link linkend="geometry-management">GtkWidget's geometry management section</link> * to learn more about implementing height-for-width geometry management for widgets. * - * ## Child properties + * # Child properties * * GtkContainer introduces child properties. * These are object properties that are not specific @@ -200,7 +200,7 @@ * gtk_container_child_get_valist(). To emit notification about child property * changes, use gtk_widget_child_notify(). * - * ## GtkContainer as GtkBuildable + * # GtkContainer as GtkBuildable * * The GtkContainer implementation of the GtkBuildable interface * supports a <packing> element for children, which can |