mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 11:20:23 +01:00
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:
parent
a30ce8086d
commit
d554f535af
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue