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/gtkexpander.c | |
parent | c6ef8bdc9c128c4b91a000221a9f4e8e9b525534 (diff) | |
download | gtk+-3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2.tar.gz |
docs: Use "#" for refsect2 instead of ##
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r-- | gtk/gtkexpander.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index 41c6979095..7df1dda8a1 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -32,7 +32,7 @@ * to add it to the expander. When the expander is toggled, it will take * care of showing and hiding the child automatically. * - * ## Special Usage + * # Special Usage * * There are situations in which you may prefer to show and hide the * expanded widget yourself, such as when you want to actually create @@ -69,7 +69,7 @@ * } * ]| * - * ## GtkExpander as GtkBuildable + * # GtkExpander as GtkBuildable * * The GtkExpander implementation of the GtkBuildable interface * supports placing a child in the label position by specifying |