From d554f535af520c866d7623de143be91a002a6a9f Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 13 Oct 2017 12:10:02 +0200 Subject: [PATCH] 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. */ --- shared/nm-utils/nm-shared-utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/nm-utils/nm-shared-utils.c b/shared/nm-utils/nm-shared-utils.c index 5d3b524ff9..ad727c4a77 100644 --- a/shared/nm-utils/nm-shared-utils.c +++ b/shared/nm-utils/nm-shared-utils.c @@ -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) {