summaryrefslogtreecommitdiff
path: root/gobject/gparam.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-12-16 23:33:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-12-16 23:33:08 +0000
commit2511ff2924c12305596e54deea467c149e7506d5 (patch)
tree2e77ed667666d44f37da3d851885dd3656fc0359 /gobject/gparam.c
parent38828c2486b263eed325b0008fe02de66443c31d (diff)
Remove markup from doc comment, as GObject doesn't use --sgml-mode yet.
* gparam.c (g_param_spec_internal): Remove markup from doc comment, as GObject doesn't use --sgml-mode yet.
Diffstat (limited to 'gobject/gparam.c')
-rw-r--r--gobject/gparam.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gobject/gparam.c b/gobject/gparam.c
index 10c7d9398..cadadd523 100644
--- a/gobject/gparam.c
+++ b/gobject/gparam.c
@@ -289,10 +289,9 @@ canonicalize_key (gchar *key)
* character of a property name must be a letter. Names which violate these
* rules lead to undefined behaviour.
*
- * When creating and looking up a #GParamSpec<!-- -->s, either separator can
- * be used, but they cannot be mixed. Using '-' is considerably more efficient
- * and in fact <emphasis>required</emphasis> when using property names as
- * detail strings for signals.
+ * When creating and looking up a #GParamSpec, either separator can be used,
+ * but they cannot be mixed. Using '-' is considerably more efficient and in
+ * fact required when using property names as detail strings for signals.
*
* Return value: a newly allocated #GParamSpec instance
**/