GObject: Remove more leftover markup from headers

This commit is contained in:
Matthias Clasen
2014-03-07 06:10:36 -05:00
parent fdd7ed94fe
commit 7a6dfd75d6
5 changed files with 13 additions and 14 deletions

View File

@@ -235,7 +235,7 @@ typedef void (*GWeakNotify) (gpointer data,
/**
* GObject:
*
* All the fields in the <structname>GObject</structname> structure are private
* All the fields in the GObject structure are private
* to the #GObject implementation and should never be accessed directly.
*/
struct _GObject
@@ -281,7 +281,7 @@ struct _GObject
* should chain up to the @constructed call of their parent class to allow it
* to complete its initialisation.
*
* The class structure for the <structname>GObject</structname> type.
* The class structure for the GObject type.
*
* <example>
* <title>Implementing singletons using a constructor</title>
@@ -354,7 +354,7 @@ struct _GObjectClass
* @pspec: the #GParamSpec of the construct parameter
* @value: the value to set the parameter to
*
* The <structname>GObjectConstructParam</structname> struct is an auxiliary
* The GObjectConstructParam struct is an auxiliary
* structure used to hand #GParamSpec/#GValue pairs to the @constructor of
* a #GObjectClass.
*/
@@ -367,14 +367,14 @@ struct _GObjectConstructParam
/**
* GInitiallyUnowned:
*
* All the fields in the <structname>GInitiallyUnowned</structname> structure
* All the fields in the GInitiallyUnowned structure
* are private to the #GInitiallyUnowned implementation and should never be
* accessed directly.
*/
/**
* GInitiallyUnownedClass:
*
* The class structure for the <structname>GInitiallyUnowned</structname> type.
* The class structure for the GInitiallyUnowned type.
*/