diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 21:00:58 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 21:00:58 -0500 |
commit | 3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2 (patch) | |
tree | 12197053b6fc681aa2ce39258cf2a3b92ee639f5 /gtk/gtkbuilder.c | |
parent | c6ef8bdc9c128c4b91a000221a9f4e8e9b525534 (diff) | |
download | gtk+-3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2.tar.gz |
docs: Use "#" for refsect2 instead of ##
Diffstat (limited to 'gtk/gtkbuilder.c')
-rw-r--r-- | gtk/gtkbuilder.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index a140b0da1a..77504621fd 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -56,7 +56,7 @@ * The function gtk_builder_connect_signals() and variants thereof can be * used to connect handlers to the named signals in the description. * - * ## GtkBuilder UI Definitions + * # GtkBuilder UI Definitions * * GtkBuilder parses textual descriptions of user interfaces which are * specified in an XML format which can be roughly described by the @@ -68,11 +68,13 @@ * are more limited in scope. It is common to use `.ui` * as the filename extension for files containing GtkBuilder UI * definitions. + * * |[ * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gtk/gtkbuilder.rnc"> * <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback> * </xi:include> * ]| + * * The toplevel element is <interface>. It optionally takes a * "domain" attribute, which will make the builder look for translated * strings using dgettext() in the domain specified. This can also be @@ -163,7 +165,7 @@ * The possible values for the "type" attribute are described in the * sections describing the widget-specific portions of UI definitions. * - * ## A GtkBuilder UI Definition + * # A GtkBuilder UI Definition * * |[ * <interface> |