From: Tobias Brunner Date: Thu, 21 Apr 2022 12:52:25 +0000 (+0200) Subject: kdf: Fix Doxygen comments X-Git-Tag: 5.9.6~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2283a19b80b5d576a77445b19a5528d75bc9b578;p=thirdparty%2Fstrongswan.git kdf: Fix Doxygen comments --- diff --git a/src/libstrongswan/plugins/kdf/kdf_kdf.h b/src/libstrongswan/plugins/kdf/kdf_kdf.h index 272b496cba..a337db9399 100644 --- a/src/libstrongswan/plugins/kdf/kdf_kdf.h +++ b/src/libstrongswan/plugins/kdf/kdf_kdf.h @@ -33,7 +33,7 @@ T3 = prf (K, T2 | S | 0x03) T4 = prf (K, T3 | S | 0x04) ... - * @endverbatim + @endverbatim * * @defgroup kdf_kdf kdf_kdf * @{ @ingroup kdf_p @@ -47,7 +47,7 @@ /** * Create a kdf_t object * - * @param algo KDF_PRF_PLUS + * @param algo algorithm to instantiate * @param args pseudo_random_function_t of the underlying PRF * @return kdf_t object, NULL if not supported */