Docs: Don't use the code tag

This commit is contained in:
Matthias Clasen
2014-01-31 22:05:04 -05:00
parent 17f51583a8
commit a4c33c6f8b
6 changed files with 28 additions and 26 deletions

View File

@@ -295,8 +295,7 @@ g_value_array_insert (GValueArray *value_array,
* g_value_array_remove:
* @value_array: #GValueArray to remove an element from
* @index_: position of value to remove, which must be less than
* <code>value_array-><link
* linkend="GValueArray.n-values">n_values</link></code>
* @value_array->n_values
*
* Remove the value at position @index_ from @value_array.
*