diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 23:57:30 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-06 08:01:49 -0500 |
commit | 6abe7a7094e019581e048a88c01b6e563aec03e1 (patch) | |
tree | 3046673211ef89217dfdfc7b51eb08b021324efb /gtk/gtkmessagedialog.h | |
parent | 8dcda824d2e2583b59571c5688fc55cd76d5d38f (diff) | |
download | gtk+-6abe7a7094e019581e048a88c01b6e563aec03e1.tar.gz |
docs: use markdown instead of <note>
Diffstat (limited to 'gtk/gtkmessagedialog.h')
-rw-r--r-- | gtk/gtkmessagedialog.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gtk/gtkmessagedialog.h b/gtk/gtkmessagedialog.h index 973e39c0d0..ef082c11f5 100644 --- a/gtk/gtkmessagedialog.h +++ b/gtk/gtkmessagedialog.h @@ -77,11 +77,10 @@ struct _GtkMessageDialogClass * Prebuilt sets of buttons for the dialog. If * none of these choices are appropriate, simply use %GTK_BUTTONS_NONE * then call gtk_dialog_add_buttons(). - * <note> - * Please note that %GTK_BUTTONS_OK, %GTK_BUTTONS_YES_NO - * and %GTK_BUTTONS_OK_CANCEL are discouraged by the - * [GNOME Human Interface Guidelines](http://library.gnome.org/devel/hig-book/stable/). - * </note> + * + * > Please note that %GTK_BUTTONS_OK, %GTK_BUTTONS_YES_NO + * > and %GTK_BUTTONS_OK_CANCEL are discouraged by the + * > [GNOME Human Interface Guidelines](http://library.gnome.org/devel/hig-book/stable/). */ typedef enum { |