Merge pull request #7103 from kb2ma/opt_gcoap_moveimplstatus

net/gcoap: add table of contents to module doc
This commit is contained in:
Martine Lenders 2017-06-02 12:44:30 +02:00 committed by GitHub
commit 4e7afa44ea

View File

@ -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