]> git.sur5r.net Git - openldap/blobdiff - libraries/libmdb/mdb.h
Cleanup midl, start documenting internals
[openldap] / libraries / libmdb / mdb.h
index 9433fec7f9fc7f8e3936658fa49a9b544e5b0620..4a57ba02e2edd084f611ef85264d21fc2970644b 100644 (file)
@@ -65,6 +65,9 @@
 
 #include <sys/types.h>
 
+/** @defgroup public Public API
+ *     @{
+ */
 /** @defgroup Version Version Macros
  *     @{
  */
@@ -782,4 +785,5 @@ int  mdb_cursor_count(MDB_cursor *cursor, unsigned long *countp);
         */
 int  mdb_cmp(MDB_txn *txn, MDB_dbi dbi, const MDB_val *a, const MDB_val *b);
 
+/**    @} */
 #endif /* _MDB_H_ */