mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
docs: Drop unnecessary <!-- -->s from gtk-doc comments
Putting a <!-- --> in plural<!-- -->s was an old hack used to fix linking the symbol with gtk-doc when gtk-doc didn’t know about plural forms. gtk-doc does now know about plural forms, so the hack can be removed. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
* to a function and maybe a data argument, and the marshaller
|
||||
* converts between #GValue and native C types. The GObject
|
||||
* library provides the #GCClosure type for this purpose. Bindings for
|
||||
* other languages need marshallers which convert between #GValue<!--
|
||||
* -->s and suitable representations in the runtime of the language in
|
||||
* other languages need marshallers which convert between #GValues
|
||||
* and suitable representations in the runtime of the language in
|
||||
* order to use functions written in that languages as callbacks.
|
||||
*
|
||||
* Within GObject, closures play an important role in the
|
||||
|
Reference in New Issue
Block a user