Fix various bits of broken gtk-doc

There was some duplication, syntax errors, etc.
This commit is contained in:
Colin Walters
2012-06-14 13:35:30 -04:00
committed by Dan Winship
parent 83760a7ffb
commit c9aa5f76cf
7 changed files with 26 additions and 26 deletions

View File

@@ -103,7 +103,7 @@ nm_setting_bond_new (void)
} }
/** /**
* nm_setting_bond_get_interface_name * nm_setting_bond_get_interface_name:
* @setting: the #NMSettingBond * @setting: the #NMSettingBond
* *
* Returns: the #NMSettingBond:interface-name property of the setting * Returns: the #NMSettingBond:interface-name property of the setting

View File

@@ -117,7 +117,7 @@ nm_setting_ppp_new (void)
} }
/** /**
* nm_setting_wired_get_noauth: * nm_setting_ppp_get_noauth:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:noauth property of the setting * Returns: the #NMSettingPPP:noauth property of the setting
@@ -131,7 +131,7 @@ nm_setting_ppp_get_noauth (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_refuse_eap: * nm_setting_ppp_get_refuse_eap:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:refuse-eap property of the setting * Returns: the #NMSettingPPP:refuse-eap property of the setting
@@ -145,7 +145,7 @@ nm_setting_ppp_get_refuse_eap (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_refuse_pap: * nm_setting_ppp_get_refuse_pap:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:refuse-pap property of the setting * Returns: the #NMSettingPPP:refuse-pap property of the setting
@@ -159,7 +159,7 @@ nm_setting_ppp_get_refuse_pap (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_refuse_chap: * nm_setting_ppp_get_refuse_chap:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:refuse-chap property of the setting * Returns: the #NMSettingPPP:refuse-chap property of the setting
@@ -173,7 +173,7 @@ nm_setting_ppp_get_refuse_chap (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_refuse_mschap: * nm_setting_ppp_get_refuse_mschap:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:refuse-mschap property of the setting * Returns: the #NMSettingPPP:refuse-mschap property of the setting
@@ -187,7 +187,7 @@ nm_setting_ppp_get_refuse_mschap (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_refuse_mschapv2: * nm_setting_ppp_get_refuse_mschapv2:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:refuse-mschapv2 property of the setting * Returns: the #NMSettingPPP:refuse-mschapv2 property of the setting
@@ -201,7 +201,7 @@ nm_setting_ppp_get_refuse_mschapv2 (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_nobsdcomp: * nm_setting_ppp_get_nobsdcomp:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:nobsdcomp property of the setting * Returns: the #NMSettingPPP:nobsdcomp property of the setting
@@ -215,7 +215,7 @@ nm_setting_ppp_get_nobsdcomp (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_nodeflate: * nm_setting_ppp_get_nodeflate:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:nodeflate property of the setting * Returns: the #NMSettingPPP:nodeflate property of the setting
@@ -229,7 +229,7 @@ nm_setting_ppp_get_nodeflate (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_no_vj_comp: * nm_setting_ppp_get_no_vj_comp:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:no-vj-comp property of the setting * Returns: the #NMSettingPPP:no-vj-comp property of the setting
@@ -243,7 +243,7 @@ nm_setting_ppp_get_no_vj_comp (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_require_mppe: * nm_setting_ppp_get_require_mppe:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:require-mppe property of the setting * Returns: the #NMSettingPPP:require-mppe property of the setting
@@ -257,7 +257,7 @@ nm_setting_ppp_get_require_mppe (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_require_mppe_128: * nm_setting_ppp_get_require_mppe_128:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:require-mppe-128 property of the setting * Returns: the #NMSettingPPP:require-mppe-128 property of the setting
@@ -271,7 +271,7 @@ nm_setting_ppp_get_require_mppe_128 (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_mppe_stateful: * nm_setting_ppp_get_mppe_stateful:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:mppe-stateful property of the setting * Returns: the #NMSettingPPP:mppe-stateful property of the setting
@@ -285,7 +285,7 @@ nm_setting_ppp_get_mppe_stateful (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_crtscts: * nm_setting_ppp_get_crtscts:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:crtscts property of the setting * Returns: the #NMSettingPPP:crtscts property of the setting
@@ -299,7 +299,7 @@ nm_setting_ppp_get_crtscts (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_baud: * nm_setting_ppp_get_baud:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:baud property of the setting * Returns: the #NMSettingPPP:baud property of the setting
@@ -313,7 +313,7 @@ nm_setting_ppp_get_baud (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_mru: * nm_setting_ppp_get_mru:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:mru property of the setting * Returns: the #NMSettingPPP:mru property of the setting
@@ -327,7 +327,7 @@ nm_setting_ppp_get_mru (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_mtu: * nm_setting_ppp_get_mtu:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:mtu property of the setting * Returns: the #NMSettingPPP:mtu property of the setting
@@ -341,7 +341,7 @@ nm_setting_ppp_get_mtu (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_lcp_echo_failure: * nm_setting_ppp_get_lcp_echo_failure:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:lcp-echo-failure property of the setting * Returns: the #NMSettingPPP:lcp-echo-failure property of the setting
@@ -355,7 +355,7 @@ nm_setting_ppp_get_lcp_echo_failure (NMSettingPPP *setting)
} }
/** /**
* nm_setting_wired_get_lcp_echo_interval: * nm_setting_ppp_get_lcp_echo_interval:
* @setting: the #NMSettingPPP * @setting: the #NMSettingPPP
* *
* Returns: the #NMSettingPPP:lcp-echo-interval property of the setting * Returns: the #NMSettingPPP:lcp-echo-interval property of the setting

View File

@@ -105,7 +105,7 @@ nm_setting_pppoe_get_service (NMSettingPPPOE *setting)
} }
/** /**
* nm_setting_pppoe_get_service: * nm_setting_pppoe_get_username:
* @setting: the #NMSettingPPPOE * @setting: the #NMSettingPPPOE
* *
* Returns: the #NMSettingPPPOE:username property of the setting * 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 * @setting: the #NMSettingPPPOE
* *
* Returns: the #NMSettingPPPOE:password property of the setting * Returns: the #NMSettingPPPOE:password property of the setting

View File

@@ -221,7 +221,7 @@ set_map (NMSettingVlan *self, NMVlanPriorityMap map, GSList *list)
} }
/** /**
* nm_setting_vlan_add_priority_str * nm_setting_vlan_add_priority_str:
* @setting: the #NMSettingVlan * @setting: the #NMSettingVlan
* @map: the type of priority map * @map: the type of priority map
* @str: the string which contains a priority map, like "3:7" * @str: the string which contains a priority map, like "3:7"

View File

@@ -59,7 +59,7 @@
**/ **/
/** /**
* nm_setting_wired_error_quark: * nm_setting_wireless_security_error_quark:
* *
* Registers an error quark for #NMSettingWired if necessary. * Registers an error quark for #NMSettingWired if necessary.
* *

View File

@@ -86,7 +86,7 @@ GQuark nm_setting_wireless_error_quark (void);
#define NM_SETTING_WIRELESS_MODE_ADHOC "adhoc" #define NM_SETTING_WIRELESS_MODE_ADHOC "adhoc"
/** /**
* NM_SETTING_WIRELESS_MODE_INFRA * NM_SETTING_WIRELESS_MODE_INFRA:
* *
* Indicates infrastructure mode where an access point is expected to be present * Indicates infrastructure mode where an access point is expected to be present
* for this connection. * for this connection.

View File

@@ -1889,7 +1889,7 @@ nm_utils_ip6_routes_to_gvalue (GSList *list, GValue *value)
/* FIXME: the Posix namespace does not exist, and thus neither does /* FIXME: the Posix namespace does not exist, and thus neither does
the in6_addr struct. Marking (skip) for now */ the in6_addr struct. Marking (skip) for now */
/** /**
* nm_utils_ip6_dns_from_gvalue: (skip): * nm_utils_ip6_dns_from_gvalue: (skip)
* @value: a #GValue * @value: a #GValue
* *
* Converts a #GValue containing a #GPtrArray of IP6 DNS, represented as * Converts a #GValue containing a #GPtrArray of IP6 DNS, represented as
@@ -1925,7 +1925,7 @@ nm_utils_ip6_dns_from_gvalue (const GValue *value)
} }
/** /**
* nm_utils_ip6_dns_to_gvalue: (skip): * nm_utils_ip6_dns_to_gvalue: (skip)
* @list: a list of #NMIP6Route objects * @list: a list of #NMIP6Route objects
* @value: a pointer to a #GValue into which to place the converted DNS server * @value: a pointer to a #GValue into which to place the converted DNS server
* addresses, which should be unset by the caller (when no longer needed) with * addresses, which should be unset by the caller (when no longer needed) with