From: Matthias Clasen Date: Mon, 16 Dec 2002 23:33:08 +0000 (+0000) Subject: Remove markup from doc comment, as GObject doesn't use --sgml-mode yet. X-Git-Tag: GLIB_2_2_0~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2511ff2924c12305596e54deea467c149e7506d5;p=platform%2Fupstream%2Fglib.git 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. --- diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 42f32b0..77edfff 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +2002-12-17 Matthias Clasen + + * gparam.c (g_param_spec_internal): Remove markup from doc + comment, as GObject doesn't use --sgml-mode yet. + 2002-12-15 Matthias Clasen * gsignal.c (g_signal_new): Typo fix. diff --git a/gobject/gparam.c b/gobject/gparam.c index 10c7d93..cadadd5 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 #GParamSpecs, 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. + * 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 **/