Docs: Drop entities, switch away from sgml mode
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2014 07:07:26 +0000 (02:07 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2014 07:07:26 +0000 (02:07 -0500)
commit35066ed6c6b51317f49069f2564c547aa309f9f1
tree99d551f8a428dab4a639d7761eb57aa2d5065ffa
parenta03cee3b27b9c1abfbef4972e67adec6286cc968
Docs: Drop entities, switch away from sgml mode

Since all element markup is now gone from the doc comments,
we can turn off the gtk-doc sgml mode, which means that from
now on, docbook markup is no longer allowed in doc comments.

To make this possible, we have to replace all remaining
entities in doc comments by their replacement text, &amp; -> &
and so on.
39 files changed:
docs/reference/gio/Makefile.am
docs/reference/glib/Makefile.am
docs/reference/gobject/Makefile.am
gio/gappinfo.c
gio/gdbusaddress.c
gio/gdbusintrospection.c
gio/gdesktopappinfo.c
gio/gfileattribute.c
gio/gfiledescriptorbased.c
gio/gicon.c
gio/gmenumodel.c
gio/gnetworking.c
gio/gproxyresolver.c
gio/gsettings.c
gio/gsocket.c
gio/gunixconnection.c
gio/gunixfdlist.c
gio/gunixfdmessage.c
gio/gunixinputstream.c
gio/gunixmounts.c
gio/gunixoutputstream.c
gio/gunixsocketaddress.c
gio/gwin32inputstream.c
gio/gwin32outputstream.c
glib/docs.c
glib/gbookmarkfile.c
glib/gerror.c
glib/ggettext.c
glib/ghook.c
glib/glist.c
glib/gmarkup.c
glib/grand.c
glib/gregex.c
glib/gstrfuncs.c
glib/gtestutils.c
glib/gunicollate.c
glib/gvariant.c
glib/gwin32.c
gobject/gvaluearray.c