Docs: don't use the structname tag

Just avoid explicit docbook markup.
This commit is contained in:
Matthias Clasen
2014-01-31 00:29:14 -05:00
parent 6f3c465535
commit 3d42934b71
11 changed files with 86 additions and 93 deletions

View File

@@ -1547,9 +1547,9 @@ g_ptr_array_foreach (GPtrArray *array,
* elements are added to the #GByteArray.
* @len: the number of elements in the #GByteArray.
*
* The <structname>GByteArray</structname> struct allows access to the
* public fields of a <structname>GByteArray</structname>.
**/
* The #GByteArray-struct allows access to the public fields of
* a #GByteArray.
*/
/**
* g_byte_array_new: