summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-adsl.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-06-05 15:11:04 -0400
committerDan Winship <danw@gnome.org>2014-06-19 17:45:02 -0400
commite8577083cafdf0a164679db11ca9193605e4fffe (patch)
tree7af390b3b1403b1a0de71e0ff3883135dc7e2ec5 /libnm-util/nm-setting-adsl.c
parent9de24b16e83ca27322c09cde50648d7834820778 (diff)
libnm-util: various NMSetting* property doc fixes/improvements
Fix up various issues with the docs for the NMSetting properties, and pull in text from the GParamSpec docs where the GParamSpec docs were better (or contained information that is necessary in the context of nm-settings.5). Also, consistently wrap all of the doc comments to the same width (80 columns).
Diffstat (limited to 'libnm-util/nm-setting-adsl.c')
-rw-r--r--libnm-util/nm-setting-adsl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libnm-util/nm-setting-adsl.c b/libnm-util/nm-setting-adsl.c
index 50b0b225af..00cbb4aff1 100644
--- a/libnm-util/nm-setting-adsl.c
+++ b/libnm-util/nm-setting-adsl.c
@@ -409,7 +409,7 @@ nm_setting_adsl_class_init (NMSettingAdslClass *setting_class)
/**
* NMSettingAdsl:password-flags:
*
- * Flags indicating how to handle #NMSettingAdsl:password:.
+ * Flags indicating how to handle the #NMSettingAdsl:password property.
**/
g_object_class_install_property (object_class, PROP_PASSWORD_FLAGS,
g_param_spec_uint (NM_SETTING_ADSL_PASSWORD_FLAGS,
@@ -423,7 +423,7 @@ nm_setting_adsl_class_init (NMSettingAdslClass *setting_class)
/**
* NMSettingAdsl:protocol:
*
- * ADSL connection protocol, can be pppoa, pppoe or ipoatm.
+ * ADSL connection protocol. Can be "pppoa", "pppoe" or "ipoatm".
**/
g_object_class_install_property
(object_class, PROP_PROTOCOL,
@@ -436,7 +436,7 @@ nm_setting_adsl_class_init (NMSettingAdslClass *setting_class)
/**
* NMSettingAdsl:encapsulation:
*
- * ADSL connection encapsulation, can be vcmux or llc.
+ * Encapsulation of ADSL connection. Can be "vcmux" or "llc".
**/
g_object_class_install_property
(object_class, PROP_ENCAPSULATION,
@@ -449,7 +449,7 @@ nm_setting_adsl_class_init (NMSettingAdslClass *setting_class)
/**
* NMSettingAdsl:vpi:
*
- * ADSL connection vpi.
+ * VPI of ADSL connection
**/
g_object_class_install_property
(object_class, PROP_VPI,
@@ -462,7 +462,7 @@ nm_setting_adsl_class_init (NMSettingAdslClass *setting_class)
/**
* NMSettingAdsl:vci:
*
- * ADSL connection vci.
+ * VCI of ADSL connection
**/
g_object_class_install_property
(object_class, PROP_VCI,