mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
altcp: Add doxygen comment for altcp_allocator_t
This commit is contained in:
parent
759c38b956
commit
e594742801
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user