From: Howard Chu Date: Mon, 12 Oct 2020 21:55:51 +0000 (+0100) Subject: ITS#9364 fix doxygen comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fccd990c936fdeff558042169f3ed946fcef2f43;p=thirdparty%2Fopenldap.git ITS#9364 fix doxygen comment --- diff --git a/libraries/liblmdb/lmdb.h b/libraries/liblmdb/lmdb.h index 128031ac34..95ce278b6d 100644 --- a/libraries/liblmdb/lmdb.h +++ b/libraries/liblmdb/lmdb.h @@ -1760,6 +1760,7 @@ typedef struct MDB_crypto_funcs { * @return A pointer to a #MDB_crypto_funcs structure. */ typedef MDB_crypto_funcs *(MDB_crypto_hooks)(void); +/** @} */ #ifdef __cplusplus }