1
0
mirror of https://github.com/lwip-tcpip/lwip.git synced 2025-01-26 18:35:28 +00:00

altcp: Add doxygen comment for altcp_allocator_t

This commit is contained in:
Erik Ekman 2021-11-27 20:02:54 +01:00
parent 759c38b956
commit e594742801

@ -80,7 +80,8 @@ struct altcp_pcb {
u8_t pollinterval; u8_t pollinterval;
}; };
/** @ingroup altcp */ /** @ingroup altcp
* Struct containing an allocator and its state. */
typedef struct altcp_allocator_s { typedef struct altcp_allocator_s {
/** Allocator function */ /** Allocator function */
altcp_new_fn alloc; altcp_new_fn alloc;