From 257dc1d6fdb3e1317cbf0349505f8069ce28edc0 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 10 Sep 2018 13:30:50 +0200 Subject: [PATCH] Fix doxygen warnings in altcp_proxyconnect.c --- src/apps/http/altcp_proxyconnect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/http/altcp_proxyconnect.c b/src/apps/http/altcp_proxyconnect.c index 7a4b6b6c..f50dace9 100644 --- a/src/apps/http/altcp_proxyconnect.c +++ b/src/apps/http/altcp_proxyconnect.c @@ -384,7 +384,7 @@ altcp_proxyconnect_new_tcp(struct altcp_proxyconnect_config *config, u8_t ip_typ /** Allocator function to allocate a proxy connect altcp pcb connecting directly * via tcp to the proxy. * - * The returned pcb is a chain: - - + * The returned pcb is a chain: altcp_proxyconnect - altcp_tcp - tcp pcb * * This function is meant for use with @ref altcp_new. * @@ -402,7 +402,7 @@ altcp_proxyconnect_alloc(void *arg, u8_t ip_type) /** Allocator function to allocate a TLS connection through a proxy. * - * The returned pcb is a chain: - - - + * The returned pcb is a chain: altcp_tls - altcp_proxyconnect - altcp_tcp - tcp pcb * * This function is meant for use with @ref altcp_new. *