net/gcoap: add reference to base nanocoap documentation

This commit is contained in:
Ken Bannister 2019-04-19 20:36:44 -04:00
parent d6f2d12789
commit 5fc86c96d4

View File

@ -46,7 +46,8 @@
* structs) ordered by the resource path, specifically the ASCII encoding of * structs) ordered by the resource path, specifically the ASCII encoding of
* the path characters (digit and capital precede lower case). Use * the path characters (digit and capital precede lower case). Use
* gcoap_register_listener() at application startup to pass in these resources, * gcoap_register_listener() at application startup to pass in these resources,
* wrapped in a gcoap_listener_t. * wrapped in a gcoap_listener_t. Also see _Server path matching_ in the base
* [nanocoap](group__net__nanocoap.html) documentation.
* *
* gcoap itself defines a resource for `/.well-known/core` discovery, which * gcoap itself defines a resource for `/.well-known/core` discovery, which
* lists all of the registered paths. * lists all of the registered paths.