From 663bb5bb3d389e1ef69bd2dec4799456887eeb0d Mon Sep 17 00:00:00 2001
From: Ken Bannister <kb2ma@runbox.com>
Date: Sun, 30 Dec 2018 10:19:45 -0500
Subject: [PATCH] net/coap: use separate name for macro doc

---
 sys/include/net/coap.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys/include/net/coap.h b/sys/include/net/coap.h
index 66313cfff4..25b42b332a 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)
-- 
GitLab