From 48ba0b3664b0aace8c05130d8ab94fdaa4648c65 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 3 Nov 2016 11:11:54 +0100 Subject: [PATCH] Typo in documentation fixed --- lib/MSCHAPv2/include/Config.h | 2 +- lib/PAP/include/Config.h | 2 +- lib/TLS/include/Config.h | 2 +- lib/TTLS/include/Config.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/MSCHAPv2/include/Config.h b/lib/MSCHAPv2/include/Config.h index 6a0b229..d817de5 100644 --- a/lib/MSCHAPv2/include/Config.h +++ b/lib/MSCHAPv2/include/Config.h @@ -89,7 +89,7 @@ namespace eap /// /// @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; diff --git a/lib/PAP/include/Config.h b/lib/PAP/include/Config.h index d6e9c55..9dbc562 100644 --- a/lib/PAP/include/Config.h +++ b/lib/PAP/include/Config.h @@ -89,7 +89,7 @@ namespace eap /// /// @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; diff --git a/lib/TLS/include/Config.h b/lib/TLS/include/Config.h index b9926b6..fe5a3e6 100644 --- a/lib/TLS/include/Config.h +++ b/lib/TLS/include/Config.h @@ -126,7 +126,7 @@ namespace eap /// /// @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; diff --git a/lib/TTLS/include/Config.h b/lib/TTLS/include/Config.h index 944617d..c8dead4 100644 --- a/lib/TTLS/include/Config.h +++ b/lib/TTLS/include/Config.h @@ -105,7 +105,7 @@ namespace eap /// /// @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;