diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 00:29:00 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 00:30:27 -0500 |
commit | 09d1b28249af38448be0b52d00dd9924adac5d1c (patch) | |
tree | 9a303e4d610a4b3c5ab71e7155f021807f1b43fe /gtk/gtkmenutoolbutton.c | |
parent | 16e38946bdd3ee69d76f658afbfee272af1f52ab (diff) | |
download | gtk+-09d1b28249af38448be0b52d00dd9924adac5d1c.tar.gz |
docs: Convert to markdown
Specifically, switch to using markdown syntax for sections.
Diffstat (limited to 'gtk/gtkmenutoolbutton.c')
-rw-r--r-- | gtk/gtkmenutoolbutton.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gtk/gtkmenutoolbutton.c b/gtk/gtkmenutoolbutton.c index 7d9eae47d2..6269a83a38 100644 --- a/gtk/gtkmenutoolbutton.c +++ b/gtk/gtkmenutoolbutton.c @@ -48,15 +48,13 @@ * Use gtk_menu_tool_button_new() to create a new * #GtkMenuToolButton. * - * <refsect2 id="GtkMenuToolButton-BUILDER-UI"> - * <title>GtkMenuToolButton as GtkBuildable</title> - * <para> + * ## GtkMenuToolButton as GtkBuildable + * * The GtkMenuToolButton implementation of the GtkBuildable interface * supports adding a menu by specifying "menu" as the "type" * attribute of a <child> element. * - * <example> - * <title>A UI definition fragment with menus</title> + * An example for a UI definition fragment with menus: * |[ * <object class="GtkMenuToolButton"> * <child type="menu"> @@ -64,9 +62,6 @@ * </child> * </object> * ]| - * </example> - * </para> - * </refsect2> */ |