Typo in documentation fixed
This commit is contained in:
parent
e7e484c814
commit
48ba0b3664
@ -89,7 +89,7 @@ namespace eap
|
|||||||
|
|
||||||
///
|
///
|
||||||
/// @copydoc eap::config_method::get_method_id()
|
/// @copydoc eap::config_method::get_method_id()
|
||||||
/// \returns This implementation always returns `eap::type_mschapv2`
|
/// \returns This implementation always returns `winstd::eap_type_legacy_mschapv2`
|
||||||
///
|
///
|
||||||
virtual winstd::eap_type_t get_method_id() const;
|
virtual winstd::eap_type_t get_method_id() const;
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ namespace eap
|
|||||||
|
|
||||||
///
|
///
|
||||||
/// @copydoc eap::config_method::get_method_id()
|
/// @copydoc eap::config_method::get_method_id()
|
||||||
/// \returns This implementation always returns `eap::type_pap`
|
/// \returns This implementation always returns `winstd::eap_type_legacy_pap`
|
||||||
///
|
///
|
||||||
virtual winstd::eap_type_t get_method_id() const;
|
virtual winstd::eap_type_t get_method_id() const;
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@ namespace eap
|
|||||||
|
|
||||||
///
|
///
|
||||||
/// @copydoc eap::config_method::get_method_id()
|
/// @copydoc eap::config_method::get_method_id()
|
||||||
/// \returns This implementation always returns `eap::type_tls`
|
/// \returns This implementation always returns `winstd::eap_type_tls`
|
||||||
///
|
///
|
||||||
virtual winstd::eap_type_t get_method_id() const;
|
virtual winstd::eap_type_t get_method_id() const;
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ namespace eap
|
|||||||
|
|
||||||
///
|
///
|
||||||
/// @copydoc eap::config_method::get_method_id()
|
/// @copydoc eap::config_method::get_method_id()
|
||||||
/// \returns This implementation always returns `eap::type_ttls`
|
/// \returns This implementation always returns `winstd::eap_type_ttls`
|
||||||
///
|
///
|
||||||
virtual winstd::eap_type_t get_method_id() const;
|
virtual winstd::eap_type_t get_method_id() const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user