diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:57:57 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:58:54 -0500 |
commit | 63e887e165a308cfc5899123d9572ffc3b6da92a (patch) | |
tree | da5a3489443cde66aceeeb77a29e69004b6842c1 /gtk/gtkpagesetup.c | |
parent | 28376c26002cd7e9d353a9aadb880a54b7d3374d (diff) | |
download | gtk+-63e887e165a308cfc5899123d9572ffc3b6da92a.tar.gz |
docs: replace all <examples> with markdown headings
Diffstat (limited to 'gtk/gtkpagesetup.c')
-rw-r--r-- | gtk/gtkpagesetup.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtkpagesetup.c b/gtk/gtkpagesetup.c index 63fef1f8fc..fd003b282d 100644 --- a/gtk/gtkpagesetup.c +++ b/gtk/gtkpagesetup.c @@ -48,8 +48,8 @@ * or use gtk_print_run_page_setup_dialog() to show the page setup dialog * and receive the resulting page setup. * - * <example> - * <title>A page setup dialog</title> + * ## A page setup dialog + * * |[<!-- language="C" --> * static GtkPrintSettings *settings = NULL; * static GtkPageSetup *page_setup = NULL; @@ -71,7 +71,6 @@ * page_setup = new_page_setup; * } * ]| - * </example> * * Printing support was added in GTK+ 2.10. */ |