From 02077356d004326156696709e88ca7e8e8d55905 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Sun, 15 Jan 2017 12:27:18 +0100
Subject: [PATCH] doc: create additional group for utils

---
 doc.txt | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/doc.txt b/doc.txt
index 8867c08710..cea21b4a26 100644
--- a/doc.txt
+++ b/doc.txt
@@ -1,11 +1,30 @@
+/**
+ * @defgroup utils Utilities
+ * @brief Utilities and helper functionality
+ *
+ *        Additional scripts and configuration options to ease RIOT
+ *        development.
+ * @{
+ */
+
 /**
  * @def DEVELHELP
  * @brief   This global macro activates some behavior that helps you while
  *          developing but is otherwise optimized out.
  */
+#if DOXYGEN
+#   define DEVELHELP
+#endif
 
 /**
  * @def TEST_SUITES
  * @brief   This global macro activates functionality that is needed for
  *          automated testing but not needed otherwise.
  */
+#if DOXYGEN
+#   define TEST_SUITES
+#endif
+
+/**
+ * @}
+ */
-- 
GitLab