From e64d14f4f7314c6bb4671559bba5c2bca7e2117e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 16 May 2023 09:51:14 +0100 Subject: Fix some minor Doxygen issues. --- include/modules/ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/modules') diff --git a/include/modules/ssl.h b/include/modules/ssl.h index 570d452c8..2b94055d3 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -147,7 +147,7 @@ class ssl_cert : public refcountbase } /** Retrieves the client certificate activation time. - * @param The time the client certificate was activated or 0 on error. + * @return The time the client certificate was activated or 0 on error. */ time_t GetActivationTime() const { @@ -155,7 +155,7 @@ class ssl_cert : public refcountbase } /** Retrieves the client certificate expiration time. - * @param The time the client certificate will expire or 0 on error. + * @return The time the client certificate will expire or 0 on error. */ time_t GetExpirationTime() const { -- cgit v1.3.1-10-gc9f91