summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-wifi.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-10-11 10:12:44 -0400
committerDan Winship <danw@gnome.org>2013-10-11 10:16:14 -0400
commit76cc2bd9dfea0424f388bdec38702625ec303e70 (patch)
treea0ae645770d1d29e687743fd57d9e1fe654194fc /libnm-glib/nm-device-wifi.c
parent09bde40f02c2a02f9503ca0ae430753ca81c1792 (diff)
downloadNetworkManager-76cc2bd9dfea0424f388bdec38702625ec303e70.tar.gz
libnm-util, libnm-glib: fix up some gtk-doc comments
gtk-doc recognizes that #NMFoos is the plural of #NMFoo now, so you don't need to put an empty comment between the type name and the "s" to make it work. (Unfortunately, it's not smart enough to realize that "NMIP4Addresses" is the plural of "NMIP4Address".) Also, add some missing "#"s noticed along the way.
Diffstat (limited to 'libnm-glib/nm-device-wifi.c')
-rw-r--r--libnm-glib/nm-device-wifi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/nm-device-wifi.c b/libnm-glib/nm-device-wifi.c
index ebad1210dc..69a3e0e5ca 100644
--- a/libnm-glib/nm-device-wifi.c
+++ b/libnm-glib/nm-device-wifi.c
@@ -278,7 +278,7 @@ nm_device_wifi_get_active_access_point (NMDeviceWifi *device)
* Gets all the scanned access points of the #NMDeviceWifi.
*
* Returns: (element-type NMClient.AccessPoint): a #GPtrArray containing all the
- * scanned #NMAccessPoint<!-- -->s.
+ * scanned #NMAccessPoints.
* The returned array is owned by the client and should not be modified.
**/
const GPtrArray *