docs: Ditch more markup

Some markup was hiding in docs in headers. Drop it there, too.
This commit is contained in:
Matthias Clasen
2014-03-02 18:20:37 -05:00
parent ad4d81418e
commit 49cc207e35
12 changed files with 160 additions and 198 deletions

View File

@@ -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;