From 3bd87e3815c7f3a58df85a13892a5afeee2b65e4 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Tue, 20 Feb 2018 14:08:04 +0100 Subject: [PATCH] doc: altcp: keep altcp_alloc/altcp_free out of the docs Those functions are for implementing altcp layers, not for applications --- src/core/altcp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/altcp.c b/src/core/altcp.c index 95639a4f..3a62a750 100644 --- a/src/core/altcp.c +++ b/src/core/altcp.c @@ -58,7 +58,6 @@ extern const struct altcp_functions altcp_tcp_functions; /** - * @ingroup altcp * For altcp layer implementations only: allocate a new struct altcp_pcb from the pool * and zero the memory */ @@ -73,7 +72,6 @@ altcp_alloc(void) } /** - * @ingroup altcp * For altcp layer implementations only: return a struct altcp_pcb to the pool */ void