Skip to content
Snippets Groups Projects
Commit 663bb5bb authored by Ken Bannister's avatar Ken Bannister
Browse files

net/coap: use separate name for macro doc

parent 94660f4d
No related branches found
No related tags found
No related merge requests found
...@@ -162,6 +162,10 @@ extern "C" { ...@@ -162,6 +162,10 @@ extern "C" {
* @ingroup config * @ingroup config
* @{ * @{
*/ */
/**
* @name Timing parameters
* @{
*/
/** /**
* @brief Timeout in seconds for a response to a confirmable request * @brief Timeout in seconds for a response to a confirmable request
* *
...@@ -198,9 +202,10 @@ extern "C" { ...@@ -198,9 +202,10 @@ extern "C" {
#define COAP_MAX_RETRANSMIT (4) #define COAP_MAX_RETRANSMIT (4)
#endif #endif
/** @} */ /** @} */
/** @} */
/** /**
* @name Timing parameters * @name Fixed timing parameters
* @{ * @{
*/ */
#define COAP_NSTART (1) #define COAP_NSTART (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment