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/gtkframe.c | |
parent | c6ef8bdc9c128c4b91a000221a9f4e8e9b525534 (diff) | |
download | gtk+-3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2.tar.gz |
docs: Use "#" for refsect2 instead of ##
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r-- | gtk/gtkframe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index 32b35a6c5a..3d8b3ad39b 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -45,7 +45,7 @@ * top side of the frame. The position of the * label can be controlled with gtk_frame_set_label_align(). * - * ## GtkFrame as GtkBuildable + * # GtkFrame as GtkBuildable * * The GtkFrame implementation of the GtkBuildable interface * supports placing a child in the label position by specifying |