mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
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.
This commit is contained in:
parent
38828c2486
commit
2511ff2924
@ -1,3 +1,8 @@
|
|||||||
|
2002-12-17 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gparam.c (g_param_spec_internal): Remove markup from doc
|
||||||
|
comment, as GObject doesn't use --sgml-mode yet.
|
||||||
|
|
||||||
2002-12-15 Matthias Clasen <maclas@gmx.de>
|
2002-12-15 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gsignal.c (g_signal_new): Typo fix.
|
* gsignal.c (g_signal_new): Typo fix.
|
||||||
|
@ -289,10 +289,9 @@ canonicalize_key (gchar *key)
|
|||||||
* character of a property name must be a letter. Names which violate these
|
* character of a property name must be a letter. Names which violate these
|
||||||
* rules lead to undefined behaviour.
|
* rules lead to undefined behaviour.
|
||||||
*
|
*
|
||||||
* When creating and looking up a #GParamSpec<!-- -->s, either separator can
|
* When creating and looking up a #GParamSpec, either separator can be used,
|
||||||
* be used, but they cannot be mixed. Using '-' is considerably more efficient
|
* but they cannot be mixed. Using '-' is considerably more efficient and in
|
||||||
* and in fact <emphasis>required</emphasis> when using property names as
|
* fact required when using property names as detail strings for signals.
|
||||||
* detail strings for signals.
|
|
||||||
*
|
*
|
||||||
* Return value: a newly allocated #GParamSpec instance
|
* Return value: a newly allocated #GParamSpec instance
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user