Avoid empty documentation entry for `EvpMdCtx`

This commit is contained in:
Martchus 2024-02-27 02:43:00 +01:00
parent 8204b2dfde
commit 351e953b83
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ struct TestFile {
{ "ogg/example-cover.png", { "897e1a2d0cfb79c1fe5068108bb34610c3758bd0b9a7e90c1702c4e6972e0801" } }, { "ogg/example-cover.png", { "897e1a2d0cfb79c1fe5068108bb34610c3758bd0b9a7e90c1702c4e6972e0801" } },
}; };
/// \cond
struct EvpMdCtx { struct EvpMdCtx {
EvpMdCtx() EvpMdCtx()
: handle(EVP_MD_CTX_new()) : handle(EVP_MD_CTX_new())
@ -95,6 +96,7 @@ struct EvpMdCtx {
} }
EVP_MD_CTX *handle; EVP_MD_CTX *handle;
}; };
/// \endcond
/*! /*!
* \brief Computes the SHA-256 checksums for the file using OpenSSL. * \brief Computes the SHA-256 checksums for the file using OpenSSL.