From 63e887e165a308cfc5899123d9572ffc3b6da92a Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 4 Feb 2014 16:57:57 -0500 Subject: docs: replace all with markdown headings --- gtk/gtkwidgetpath.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'gtk/gtkwidgetpath.c') diff --git a/gtk/gtkwidgetpath.c b/gtk/gtkwidgetpath.c index 9bfa58e6e6..fa431da197 100644 --- a/gtk/gtkwidgetpath.c +++ b/gtk/gtkwidgetpath.c @@ -40,8 +40,9 @@ * updated on widget hierarchy changes. * * The widget path generation is generally simple: - * - * Defining a button within a window + * + * ## Defining a button within a window + * * |[ * { * GtkWidgetPath *path; @@ -51,14 +52,13 @@ * gtk_widget_path_append_type (path, GTK_TYPE_BUTTON); * } * ]| - * * * Although more complex information, such as widget names, or * different classes (property that may be used by other widget * types) and intermediate regions may be included: * - * - * Defining the first tab widget in a notebook + * ## Defining the first tab widget in a notebook + * * |[ * { * GtkWidgetPath *path; @@ -73,7 +73,6 @@ * gtk_widget_path_iter_set_name (path, pos, "first tab label"); * } * ]| - * * * All this information will be used to match the style information * that applies to the described widget. -- cgit v1.2.1