From abf54ad342fc484c1a92af163215357c6af0307b Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 25 Oct 2016 08:51:04 +0200 Subject: [PATCH] Doxygen documentation update --- lib/TLS/include/Credentials.h | 4 ++-- lib/TTLS/include/Credentials.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/TLS/include/Credentials.h b/lib/TLS/include/Credentials.h index b9d7983..6b5c211 100644 --- a/lib/TLS/include/Credentials.h +++ b/lib/TLS/include/Credentials.h @@ -191,8 +191,8 @@ namespace eap /// /// \param[in] dwFlags A combination of [EAP flags](https://msdn.microsoft.com/en-us/library/windows/desktop/bb891975.aspx) that describe the EAP authentication session behavior /// \param[in] hTokenImpersonateUser Impersonation token for a logged-on user to collect user-related information - /// \param[in] cred_cached Cached credentials (optional, can be \c NULL, must be credentials_eapmsg* type) - /// \param[in] cfg Method configuration (unused, as must be as config_method_eapmsg is not derived from config_method_with_cred) + /// \param[in] cred_cached Cached credentials (optional, can be \c NULL, must be credentials_tls* type) + /// \param[in] cfg Method configuration (unused, as must be as config_method_tls is not derived from config_method_with_cred) /// \param[in] pszTargetName The name in Windows Credential Manager to retrieve credentials from (optional, can be \c NULL) /// /// \returns diff --git a/lib/TTLS/include/Credentials.h b/lib/TTLS/include/Credentials.h index 5b7533b..9db60d5 100644 --- a/lib/TTLS/include/Credentials.h +++ b/lib/TTLS/include/Credentials.h @@ -177,8 +177,8 @@ namespace eap /// /// \param[in] dwFlags A combination of [EAP flags](https://msdn.microsoft.com/en-us/library/windows/desktop/bb891975.aspx) that describe the EAP authentication session behavior /// \param[in] hTokenImpersonateUser Impersonation token for a logged-on user to collect user-related information - /// \param[in] cred_cached Cached credentials (optional, can be \c NULL, must be credentials_eapmsg* type) - /// \param[in] cfg Method configuration (unused, as must be as config_method_eapmsg is not derived from config_method_with_cred) + /// \param[in] cred_cached Cached credentials (optional, can be \c NULL, must be credentials_ttls* type) + /// \param[in] cfg Method configuration (unused, as must be as config_method_ttls is not derived from config_method_with_cred) /// \param[in] pszTargetName The name in Windows Credential Manager to retrieve credentials from (optional, can be \c NULL) /// /// \returns