diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 01:22:14 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 01:22:14 -0500 |
commit | 245c385ae7df972ced8316c07902b0d2cabc9da3 (patch) | |
tree | fafbea95c288d94eba369c0d5f9808a1a6193622 /gtk/gtkbuildable.c | |
parent | 30cc1512e634417eb040bd5a287736c1ef7782d9 (diff) | |
download | gtk+-245c385ae7df972ced8316c07902b0d2cabc9da3.tar.gz |
Docs: Don't use note elements
In most cases, the text itself makes the message clear enough.
Diffstat (limited to 'gtk/gtkbuildable.c')
-rw-r--r-- | gtk/gtkbuildable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbuildable.c b/gtk/gtkbuildable.c index e23829ed18..937a99b8bc 100644 --- a/gtk/gtkbuildable.c +++ b/gtk/gtkbuildable.c @@ -31,8 +31,8 @@ * main user of this interface is #GtkBuilder. There should be * very little need for applications to call any of these functions directly. * - * <note><para>An object only needs to implement this interface if it needs - * to extend the #GtkBuilder format or run any extra routines at deserialization time</para></note> + * An object only needs to implement this interface if it needs to extend the + * #GtkBuilder format or run any extra routines at deserialization time. */ #include "config.h" |