docs: add back id for section heading

It was lost during the markdown conversion.
This commit is contained in:
William Jon McCann 2014-02-05 00:32:37 -05:00
parent b4d4ffcf38
commit fd7adf3b51
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
* enclosed in doublequotes, thus they must not '"' characters or references * enclosed in doublequotes, thus they must not '"' characters or references
* to the " entity. * to the " entity.
* *
* ## A UI definition ## * # A UI definition #
* *
* |[ * |[
* <ui> * <ui>

View File

@ -56,7 +56,7 @@
* The function gtk_builder_connect_signals() and variants thereof can be * The function gtk_builder_connect_signals() and variants thereof can be
* used to connect handlers to the named signals in the description. * used to connect handlers to the named signals in the description.
* *
* # GtkBuilder UI Definitions * # GtkBuilder UI Definitions # {#BUILDER-UI}
* *
* GtkBuilder parses textual descriptions of user interfaces which are * GtkBuilder parses textual descriptions of user interfaces which are
* specified in an XML format which can be roughly described by the * specified in an XML format which can be roughly described by the