summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-05 16:33:44 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2015-09-22 21:23:58 +0200
commit7b595e3f25e2a5dbe64d04d8b6d41fc5b677c82d (patch)
tree700467d3bb900cda5b004a6ed3e999de3b717956
parente7d0a5696053668af1243a94b90af68021df6780 (diff)
downloadNetworkManager-7b595e3f25e2a5dbe64d04d8b6d41fc5b677c82d.tar.gz
libnm: fix gtkdoc for _nm_utils_dns_option_*()
Fixes: 019943bb5d9efea52392610b207dececafa6fdb3 (cherry picked from commit 1766ab6e21cfa7cc033f9db71616bd05c695d244)
-rw-r--r--libnm-core/nm-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-utils.c b/libnm-core/nm-utils.c
index a87a657c93..60f6be21da 100644
--- a/libnm-core/nm-utils.c
+++ b/libnm-core/nm-utils.c
@@ -3659,7 +3659,7 @@ validate_dns_option (const char *name, gboolean numeric, gboolean ipv6,
}
/**
- * _nm_utils_dns_option_validate
+ * _nm_utils_dns_option_validate:
* @option: option string
* @out_name: (out) (allow-none) the option name
* @out_value: (out) (allow-none) the option value
@@ -3731,7 +3731,7 @@ out:
}
/**
- * _nm_utils_dns_option_find_idx
+ * _nm_utils_dns_option_find_idx:
* @array: an array of strings
* @option: a dns option string
*