[glib] GObject: Remove more leftover markup from headers
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] GObject: Remove more leftover markup from headers
- Date: Fri, 7 Mar 2014 11:10:59 +0000 (UTC)
commit 7a6dfd75d66d274020805b6c770ba683900a3402
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Mar 7 06:10:36 2014 -0500
GObject: Remove more leftover markup from headers
gobject/gbinding.h | 2 +-
gobject/gobject.h | 10 +++++-----
gobject/gparam.h | 8 ++++----
gobject/gtypemodule.h | 2 +-
gobject/gtypeplugin.h | 5 ++---
5 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/gobject/gbinding.h b/gobject/gbinding.h
index e4e56d9..069c0d0 100644
--- a/gobject/gbinding.h
+++ b/gobject/gbinding.h
@@ -39,7 +39,7 @@ G_BEGIN_DECLS
/**
* GBinding:
*
- * <structname>GBinding</structname> is an opaque structure whose members
+ * GBinding is an opaque structure whose members
* cannot be accessed directly.
*
* Since: 2.26
diff --git a/gobject/gobject.h b/gobject/gobject.h
index 0615626..28996ca 100644
--- a/gobject/gobject.h
+++ b/gobject/gobject.h
@@ -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.
*/
diff --git a/gobject/gparam.h b/gobject/gparam.h
index 68793d1..694630c 100644
--- a/gobject/gparam.h
+++ b/gobject/gparam.h
@@ -196,7 +196,7 @@ typedef struct _GParamSpecPool GParamSpecPool;
* @value_type: the #GValue type for this parameter
* @owner_type: #GType type that uses (introduces) this parameter
*
- * All other fields of the <structname>GParamSpec</structname> struct are private and
+ * All other fields of the GParamSpec struct are private and
* should not be used directly.
*/
struct _GParamSpec
@@ -230,8 +230,8 @@ struct _GParamSpec
* @values_cmp: Compares @value1 with @value2 according to this type
* (recommended, the default is memcmp()), see g_param_values_cmp().
*
- * The class structure for the <structname>GParamSpec</structname> type.
- * Normally, <structname>GParamSpec</structname> classes are filled by
+ * The class structure for the GParamSpec type.
+ * Normally, GParamSpec classes are filled by
* g_param_type_register_static().
*/
struct _GParamSpecClass
@@ -258,7 +258,7 @@ struct _GParamSpecClass
* @name: the parameter name
* @value: the parameter value
*
- * The <structname>GParameter</structname> struct is an auxiliary structure used
+ * The GParameter struct is an auxiliary structure used
* to hand parameter name/value pairs to g_object_newv().
*/
struct _GParameter /* auxiliary structure for _setv() variants */
diff --git a/gobject/gtypemodule.h b/gobject/gtypemodule.h
index 71e72c2..7b2a29c 100644
--- a/gobject/gtypemodule.h
+++ b/gobject/gtypemodule.h
@@ -40,7 +40,7 @@ typedef struct _GTypeModuleClass GTypeModuleClass;
* GTypeModule:
* @name: the name of the module
*
- * The members of the <structname>GTypeModule</structname> structure should not
+ * The members of the GTypeModule structure should not
* be accessed directly, except for the @name field.
*/
struct _GTypeModule
diff --git a/gobject/gtypeplugin.h b/gobject/gtypeplugin.h
index 43748ea..d56eb66 100644
--- a/gobject/gtypeplugin.h
+++ b/gobject/gtypeplugin.h
@@ -81,9 +81,8 @@ typedef void (*GTypePluginCompleteInterfaceInfo) (GTypePlugin *plugin,
/**
* GTypePlugin:
*
- * The <structname>GTypePlugin</structname> typedef is used as a placeholder
- * for objects that implement the <structname>GTypePlugin</structname>
- * interface.
+ * The GTypePlugin typedef is used as a placeholder
+ * for objects that implement the GTypePlugin interface.
*/
/**
* GTypePluginClass:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]