mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
cpp: adds Doxyfile
This commit is contained in:
parent
eabcf15790
commit
3d3af3284e
12 changed files with 1758 additions and 34 deletions
|
|
@ -25,6 +25,12 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
/**
|
||||
* @defgroup msgpack_zone Memory zone
|
||||
* @ingroup msgpack
|
||||
* @{
|
||||
*/
|
||||
|
||||
typedef struct msgpack_zone_finalizer {
|
||||
void (*func)(void* data);
|
||||
void* data;
|
||||
|
|
@ -71,6 +77,7 @@ bool msgpack_zone_is_empty(msgpack_zone* zone);
|
|||
|
||||
void msgpack_zone_clear(msgpack_zone* zone);
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
#ifndef MSGPACK_ZONE_ALIGN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue