summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-team.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-team.c
parent9de24b16e83ca27322c09cde50648d7834820778 (diff)
downloadNetworkManager-e8577083cafdf0a164679db11ca9193605e4fffe.tar.gz
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-team.c')
-rw-r--r--libnm-util/nm-setting-team.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/libnm-util/nm-setting-team.c b/libnm-util/nm-setting-team.c
index 80885b22da..af9da62c03 100644
--- a/libnm-util/nm-setting-team.c
+++ b/libnm-util/nm-setting-team.c
@@ -251,11 +251,10 @@ nm_setting_team_class_init (NMSettingTeamClass *setting_class)
/**
* NMSettingTeam:config:
*
- * JSON configuration for the team network interface.
- * The property should contain raw JSON configuration data
- * suitable for teamd, because the value is passed directly to
- * teamd. If not specified, the default configuration is used.
- * See man teamd.conf for the format details.
+ * The JSON configuration for the team network interface. The property
+ * should contain raw JSON configuration data suitable for teamd, because
+ * the value is passed directly to teamd. If not specified, the default
+ * configuration is used. See man teamd.conf for the format details.
**/
g_object_class_install_property
(object_class, PROP_CONFIG,