Work around gtk-doc problems

Returns shall never be at the beginning of a line.
This commit is contained in:
Matthias Clasen 2014-03-04 20:20:52 -05:00
parent 2b11af4f1f
commit fd8c1a3067

View File

@ -727,8 +727,8 @@ g_subprocess_newv (const gchar * const *argv,
* g_subprocess_get_identifier:
* @subprocess: a #GSubprocess
*
* On UNIX, returns the process ID as a decimal string. On Windows,
* returns the result of GetProcessId() also as a string.
* On UNIX, returns the process ID as a decimal string.
* On Windows, returns the result of GetProcessId() also as a string.
*/
const gchar *
g_subprocess_get_identifier (GSubprocess *subprocess)