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

View File

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