diff --git a/sys/include/net/coap.h b/sys/include/net/coap.h index 66313cfff4ebcfec426008716ec4d6168461ea75..25b42b332aba6083837f29217f88c33f31dd8fd9 100644 --- a/sys/include/net/coap.h +++ b/sys/include/net/coap.h @@ -162,6 +162,10 @@ extern "C" { * @ingroup config * @{ */ +/** + * @name Timing parameters + * @{ + */ /** * @brief Timeout in seconds for a response to a confirmable request * @@ -198,9 +202,10 @@ extern "C" { #define COAP_MAX_RETRANSMIT (4) #endif /** @} */ +/** @} */ /** - * @name Timing parameters + * @name Fixed timing parameters * @{ */ #define COAP_NSTART (1)