From 200e60ea585e0fa8f507d85c68e651ddc5601751 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= <ludwig.knuepfer@fu-berlin.de>
Date: Sun, 21 Feb 2016 18:52:31 +0100
Subject: [PATCH] doc: disable REPEAT_BRIEF Doxgen setting

Details follow the brief section immediately now.
---
 doc/doxygen/riot.doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile
index d97146ae3a..9f63588ad6 100644
--- a/doc/doxygen/riot.doxyfile
+++ b/doc/doxygen/riot.doxyfile
@@ -107,7 +107,7 @@ BRIEF_MEMBER_DESC      = YES
 # brief descriptions will be completely suppressed.
 # The default value is: YES.
 
-REPEAT_BRIEF           = YES
+REPEAT_BRIEF           = NO
 
 # This tag implements a quasi-intelligent brief description abbreviator that is
 # used to form the text in various listings. Each string in this list, if found
-- 
GitLab