mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
docs: Ditch more markup
Some markup was hiding in docs in headers. Drop it there, too.
This commit is contained in:
@@ -173,10 +173,9 @@ void g_value_register_transform_func (GType src_type,
|
||||
/**
|
||||
* G_VALUE_INIT:
|
||||
*
|
||||
* A #GValue must be initialized before it can be used.
|
||||
* This macro can be used as initializer instead of an explicit
|
||||
* <literal>{ 0 }</literal> when declaring a variable,
|
||||
* but it cannot be assigned to a variable.
|
||||
* A #GValue must be initialized before it can be used. This macro can
|
||||
* be used as initializer instead of an explicit `{ 0 }` when declaring
|
||||
* a variable, but it cannot be assigned to a variable.
|
||||
*
|
||||
* |[
|
||||
* GValue value = G_VALUE_INIT;
|
||||
|
Reference in New Issue
Block a user