gtk-doc fixups for glib/

This commit is contained in:
Ryan Lortie
2011-09-05 11:30:58 -04:00
parent 118fa5d502
commit 3b25e975b3
9 changed files with 64 additions and 64 deletions

View File

@@ -40,12 +40,12 @@
/**
* G_UNIX_ERROR:
*
* Error domain for API in the "g_unix_" namespace. Note that there
* is no exported enumeration mapping %errno. Instead, all functions
*
* Error domain for API in the "g_unix_" namespace. Note that there is
* no exported enumeration mapping %errno. Instead, all functions
* ensure that %errno is relevant. The code for all #G_UNIX_ERROR is
* always %0, and the error message is always generated via
* g_strerror().
* always <literal>0</literal>, and the error message is always
* generated via g_strerror().
*
* It is expected that most code will not look at %errno from these
* APIs. Important cases where one would want to differentiate between