From e594742801add482d1dea8f4cecc7ea3a572e5e4 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sat, 27 Nov 2021 20:02:54 +0100 Subject: [PATCH] altcp: Add doxygen comment for altcp_allocator_t --- src/include/lwip/altcp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/lwip/altcp.h b/src/include/lwip/altcp.h index b63f1530..11acaff3 100644 --- a/src/include/lwip/altcp.h +++ b/src/include/lwip/altcp.h @@ -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;