shared: fix gtk-doc build warning

Fixes the following:

 shared/nm-utils/nm-shared-utils.c:136: Warning: NetworkManager: GTK-Doc comment block end token "*/" should not be preceded by comment text:
 * Returns: the input buffer with the quoted string. */
This commit is contained in:
Beniamino Galvani 2017-10-13 12:10:02 +02:00
parent a30ce8086d
commit d554f535af

View file

@ -133,7 +133,8 @@ nm_utils_strbuf_append (char **buf, gsize *len, const char *format, ...)
* while nm_strquote_a() has the number of characters to print. The latter
* doesn't include the quoting.
*
* Returns: the input buffer with the quoted string. */
* Returns: the input buffer with the quoted string.
*/
const char *
nm_strquote (char *buf, gsize buf_len, const char *str)
{