g_value_array_remove(): clarify docstring formatting

This commit is contained in:
Will Thompson 2011-03-03 14:51:41 +00:00
parent 0f59af82d5
commit 72016418d3

View File

@ -261,7 +261,9 @@ 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, must be < value_array->n_values
* @index_: position of value to remove, which must be less than
* <code>value_array-><link
* linkend="GValueArray.n-values">n_values</link></code>
*
* Remove the value at position @index_ from @value_array.
*