From fac0ae1aa9e66669a9c6a21f7e0bb7a8d9edbc3a Mon Sep 17 00:00:00 2001 From: Ken Bannister Date: Sat, 27 May 2017 07:05:23 -0400 Subject: [PATCH] net/gcoap: Add table of contents to group documentation. --- sys/include/net/gcoap.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys/include/net/gcoap.h b/sys/include/net/gcoap.h index 1c63b765fc..87bc627720 100644 --- a/sys/include/net/gcoap.h +++ b/sys/include/net/gcoap.h @@ -30,6 +30,14 @@ * provides functions to generate and send an observe notification that are * similar to the functions to send a client request. * + * *Contents* + * + * - Server Operation + * - Client Operation + * - Observe Server Operation + * - Implementation Notes + * - Implementation Status + * * ## Server Operation ## * * gcoap listens for requests on GCOAP_PORT, 5683 by default. You can redefine