summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-vlan.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-06-06 12:30:03 -0400
committerDan Winship <danw@gnome.org>2014-06-19 17:45:02 -0400
commit9de24b16e83ca27322c09cde50648d7834820778 (patch)
treed39aae361a6266e726cf08f810d1de5fa8b8bfbd /libnm-util/nm-setting-vlan.c
parent8487a4490c96a71cf1ee590b80716c5868233f64 (diff)
downloadNetworkManager-9de24b16e83ca27322c09cde50648d7834820778.tar.gz
libnm-util: fix gtk-doc bugs in NMSetting* properties
Fix misused gtk-doc annotations and incorrectly-identified properties. In particular, the upcoming introspection-based generate-settings-spec expands macro and enum values, so if you use '%' where you should have used '#', it will fail to find an expansion, and error out.
Diffstat (limited to 'libnm-util/nm-setting-vlan.c')
-rw-r--r--libnm-util/nm-setting-vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/nm-setting-vlan.c b/libnm-util/nm-setting-vlan.c
index 707ee222f3..49c724d8a7 100644
--- a/libnm-util/nm-setting-vlan.c
+++ b/libnm-util/nm-setting-vlan.c
@@ -808,7 +808,7 @@ nm_setting_vlan_class_init (NMSettingVlanClass *setting_class)
/**
* NMSettingVlan:flags:
*
- * One or more of %NMVlanFlags which control the behavior and features of
+ * One or more of #NMVlanFlags which control the behavior and features of
* the VLAN interface.
**/
g_object_class_install_property