]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9364 fix doxygen comment
authorHoward Chu <hyc@openldap.org>
Mon, 12 Oct 2020 21:55:51 +0000 (22:55 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 12 Oct 2020 21:55:51 +0000 (22:55 +0100)
libraries/liblmdb/lmdb.h

index 128031ac346bbb56c9961260ada2c1adf83e7cde..95ce278b6d14b5b43bf53dfc1f34db96061cca4c 100644 (file)
@@ -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
 }