From f5a40f7ca866e1419449e3589adbf1f87ae2aea3 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 28 Oct 2016 13:44:36 +0200 Subject: [PATCH] Doxygen update --- lib/MSCHAPv2/include/Method.h | 12 ++++++------ lib/PAP/include/Method.h | 12 ++++++------ lib/TLS/include/Method.h | 10 +++++----- lib/TTLS/include/Method.h | 10 +++++----- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/lib/MSCHAPv2/include/Method.h b/lib/MSCHAPv2/include/Method.h index 2f158f8..8dc25ad 100644 --- a/lib/MSCHAPv2/include/Method.h +++ b/lib/MSCHAPv2/include/Method.h @@ -44,25 +44,25 @@ namespace eap public: /// - /// Constructs an EAP method + /// Constructs a MSCHAPv2 method /// - /// \param[in] mod EAP module to use for global services + /// \param[in] mod MSCHAPv2 module to use for global services /// \param[in] cfg Method configuration /// \param[in] cred User credentials /// method_mschapv2(_In_ module &module, _In_ config_method_mschapv2 &cfg, _In_ credentials_pass &cred); /// - /// Moves an EAP method + /// Moves a MSCHAPv2 method /// - /// \param[in] other EAP method to move from + /// \param[in] other MSCHAPv2 method to move from /// method_mschapv2(_Inout_ method_mschapv2 &&other); /// - /// Moves an EAP method + /// Moves a MSCHAPv2 method /// - /// \param[in] other EAP method to move from + /// \param[in] other MSCHAPv2 method to move from /// /// \returns Reference to this object /// diff --git a/lib/PAP/include/Method.h b/lib/PAP/include/Method.h index 8137d07..ff77fc3 100644 --- a/lib/PAP/include/Method.h +++ b/lib/PAP/include/Method.h @@ -42,25 +42,25 @@ namespace eap public: /// - /// Constructs an EAP method + /// Constructs a PAP method /// - /// \param[in] mod EAP module to use for global services + /// \param[in] mod PAP module to use for global services /// \param[in] cfg Method configuration /// \param[in] cred User credentials /// method_pap(_In_ module &module, _In_ config_method_pap &cfg, _In_ credentials_pass &cred); /// - /// Moves an EAP method + /// Moves a PAP method /// - /// \param[in] other EAP method to move from + /// \param[in] other PAP method to move from /// method_pap(_Inout_ method_pap &&other); /// - /// Moves an EAP method + /// Moves a PAP method /// - /// \param[in] other EAP method to move from + /// \param[in] other PAP method to move from /// /// \returns Reference to this object /// diff --git a/lib/TLS/include/Method.h b/lib/TLS/include/Method.h index bf4a413..aa30d48 100644 --- a/lib/TLS/include/Method.h +++ b/lib/TLS/include/Method.h @@ -64,7 +64,7 @@ namespace eap public: /// - /// Constructs an EAP method + /// Constructs an EAP-TLS method /// /// \param[in] mod EAP module to use for global services /// \param[in] cfg Method configuration @@ -73,16 +73,16 @@ namespace eap method_tls(_In_ module &module, _In_ config_method_tls &cfg, _In_ credentials_tls &cred); /// - /// Moves an EAP method + /// Moves an EAP-TLS method /// - /// \param[in] other EAP method to move from + /// \param[in] other EAP-TLS method to move from /// method_tls(_Inout_ method_tls &&other); /// - /// Moves an EAP method + /// Moves an EAP-TLS method /// - /// \param[in] other EAP method to move from + /// \param[in] other EAP-TLS method to move from /// /// \returns Reference to this object /// diff --git a/lib/TTLS/include/Method.h b/lib/TTLS/include/Method.h index c061d9c..870f559 100644 --- a/lib/TTLS/include/Method.h +++ b/lib/TTLS/include/Method.h @@ -44,7 +44,7 @@ namespace eap public: /// - /// Constructs an EAP method + /// Constructs an EAP-TTLS method /// /// \param[in] mod EAP module to use for global services /// \param[in] cfg Method configuration @@ -53,16 +53,16 @@ namespace eap method_ttls(_In_ module &module, _In_ config_method_ttls &cfg, _In_ credentials_ttls &cred); /// - /// Moves an EAP method + /// Moves an EAP-TTLS method /// - /// \param[in] other EAP method to move from + /// \param[in] other EAP-TTLS method to move from /// method_ttls(_Inout_ method_ttls &&other); /// - /// Moves an EAP method + /// Moves an EAP-TTLS method /// - /// \param[in] other EAP method to move from + /// \param[in] other EAP-TTLS method to move from /// /// \returns Reference to this object ///