summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-pppoe.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-06-14 13:35:30 -0400
committerDan Winship <danw@gnome.org>2012-06-14 13:56:48 -0400
commitc9aa5f76cf6c24f68e882a7b5dd6b50d2b681ebb (patch)
tree0ac5ec0a74f6059c28bdd1bec90add74141cc393 /libnm-util/nm-setting-pppoe.c
parent83760a7ffb417e0485cf2c27e71cbcde144f0595 (diff)
downloadNetworkManager-c9aa5f76cf6c24f68e882a7b5dd6b50d2b681ebb.tar.gz
Fix various bits of broken gtk-doc
There was some duplication, syntax errors, etc.
Diffstat (limited to 'libnm-util/nm-setting-pppoe.c')
-rw-r--r--libnm-util/nm-setting-pppoe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-util/nm-setting-pppoe.c b/libnm-util/nm-setting-pppoe.c
index e25c092621..62c42f0189 100644
--- a/libnm-util/nm-setting-pppoe.c
+++ b/libnm-util/nm-setting-pppoe.c
@@ -105,7 +105,7 @@ nm_setting_pppoe_get_service (NMSettingPPPOE *setting)
}
/**
- * nm_setting_pppoe_get_service:
+ * nm_setting_pppoe_get_username:
* @setting: the #NMSettingPPPOE
*
* Returns: the #NMSettingPPPOE:username property of the setting
@@ -119,7 +119,7 @@ nm_setting_pppoe_get_username (NMSettingPPPOE *setting)
}
/**
- * nm_setting_pppoe_get_service:
+ * nm_setting_pppoe_get_password:
* @setting: the #NMSettingPPPOE
*
* Returns: the #NMSettingPPPOE:password property of the setting