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/gtknotebook.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/gtknotebook.c')
-rw-r--r-- | gtk/gtknotebook.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 8e431a4736..1092ab0d2b 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -64,9 +64,8 @@ * will be a popup menu allowing the users to switch pages. * (see gtk_notebook_popup_enable(), gtk_notebook_popup_disable()) * - * <refsect2 id="GtkNotebook-BUILDER-UI"> - * <title>GtkNotebook as GtkBuildable</title> - * <para> + * ## GtkNotebook as GtkBuildable + * * The GtkNotebook implementation of the #GtkBuildable interface * supports placing children into tabs by specifying "tab" as the * "type" attribute of a <child> element. Note that the content @@ -77,9 +76,8 @@ * To add a child widget in the notebooks action area, specify * "action-start" or "action-end" as the "type" attribute of the <child> * element. - * </para> - * <example> - * <title>A UI definition fragment with GtkNotebook</title> + * + * An example of a UI definition fragment with GtkNotebook: * |[ * <object class="GtkNotebook"> * <child> @@ -94,8 +92,6 @@ * </child> * </object> * ]| - * </example> - * </refsect2> */ |