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
This commit is contained in:
Stefan Kost
2008-06-21 17:25:17 +00:00
parent f2da2e8e92
commit f22d19fc34
7 changed files with 50 additions and 36 deletions

View File

@@ -124,7 +124,7 @@ GType g_boxed_type_register_static (const gchar *name,
*
*
* gchar *writers[];
* g_object_get (obj, "authors", &writers, NULL);
* g_object_get (obj, "authors", &writers, NULL);
* // do something with writers
* g_strfreev (writers);
* ]|