mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
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:
@@ -185,8 +185,8 @@ typedef struct _GParamSpecPool GParamSpecPool;
|
||||
* @value_type: the #GValue type for this parameter
|
||||
* @owner_type: #GType type that uses (introduces) this paremeter
|
||||
*
|
||||
* All fields of the <structname>GParamSpec</structname> struct are private and
|
||||
* should not be used directly, except for the following:
|
||||
* All other fields of the <structname>GParamSpec</structname> struct are private and
|
||||
* should not be used directly.
|
||||
*/
|
||||
struct _GParamSpec
|
||||
{
|
||||
|
Reference in New Issue
Block a user