diff options
| author | 2023-05-16 09:51:14 +0100 | |
|---|---|---|
| committer | 2023-05-16 09:51:14 +0100 | |
| commit | e64d14f4f7314c6bb4671559bba5c2bca7e2117e (patch) | |
| tree | 5e38730e76e43294613971424a1365c727f830a5 /include/modules | |
| parent | Fix cert expiration for dates after year 2049 (diff) | |
Fix some minor Doxygen issues.
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/ssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
