libnm: fix gtkdoc for _nm_utils_dns_option_*()

Fixes: 019943bb5d
This commit is contained in:
Thomas Haller 2015-08-05 16:33:44 +02:00
parent d81e8b96d2
commit 1766ab6e21

View file

@ -3857,7 +3857,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
@ -3929,7 +3929,7 @@ out:
}
/**
* _nm_utils_dns_option_find_idx
* _nm_utils_dns_option_find_idx:
* @array: an array of strings
* @option: a dns option string
*