Typo in documentation fixed

This commit is contained in:
Simon Rozman 2016-11-03 11:11:54 +01:00
parent e7e484c814
commit 48ba0b3664
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;