From 351e953b83ee861b66226dde769da443f0f73f72 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 27 Feb 2024 02:43:00 +0100 Subject: [PATCH] Avoid empty documentation entry for `EvpMdCtx` --- tests/testfilecheck.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testfilecheck.cpp b/tests/testfilecheck.cpp index b618eb4..2c66e7a 100644 --- a/tests/testfilecheck.cpp +++ b/tests/testfilecheck.cpp @@ -82,6 +82,7 @@ struct TestFile { { "ogg/example-cover.png", { "897e1a2d0cfb79c1fe5068108bb34610c3758bd0b9a7e90c1702c4e6972e0801" } }, }; +/// \cond struct EvpMdCtx { EvpMdCtx() : handle(EVP_MD_CTX_new()) @@ -95,6 +96,7 @@ struct EvpMdCtx { } EVP_MD_CTX *handle; }; +/// \endcond /*! * \brief Computes the SHA-256 checksums for the file using OpenSSL.