diff options
author | Stefan Kost <stefkost@src.gnome.org> | 2008-06-21 17:25:17 +0000 |
---|---|---|
committer | Stefan Kost <stefkost@src.gnome.org> | 2008-06-21 17:25:17 +0000 |
commit | f22d19fc3455d38811e950cf88a2e1c0506c5f7e (patch) | |
tree | ef794ca41576493494f8a988eba9a2db66460a12 /gobject/gparam.c | |
parent | f2da2e8e92bb7b03a227fcc2a387b07a60db1b2b (diff) |
Add --sgml-mode to allow sgml in doc-fragments (which somehow works before
* docs/reference/gobject/Makefile.am:
Add --sgml-mode to allow sgml in doc-fragments (which somehow works
before already).
* gobject/gboxed.h:
* gobject/gclosure.c:
* gobject/gparam.c:
* gobject/gparam.h:
* gobject/gtype.h:
Convert character entities back. FIx some broken sgml.
svn path=/trunk/; revision=7078
Diffstat (limited to 'gobject/gparam.c')
-rw-r--r-- | gobject/gparam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/gparam.c b/gobject/gparam.c index 544f431d3..e1f7f7834 100644 --- a/gobject/gparam.c +++ b/gobject/gparam.c @@ -32,6 +32,7 @@ * All other characters are replaced by a '-' during construction. * The result of this replacement is called the canonical name of the * parameter. + * </para> */ /* * MT safe |