From 512d5aab0a52fd30d943bb449133607fac6f28b5 Mon Sep 17 00:00:00 2001
From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
Date: Wed, 13 Mar 2013 21:47:32 +0100
Subject: [PATCH] fix path in doxyfile to match current structure

---
 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 a05ba6d5f4..9eb2163dec 100644
--- a/doc/doxygen/riot.doxyfile
+++ b/doc/doxygen/riot.doxyfile
@@ -85,7 +85,7 @@ WARN_LOGFILE           =
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = ../../core ../../cpu ../../board ../../sys src/ ../../drivers
+INPUT                  = ../../core ../../cpu ../../../boards ../../sys src/ ../../drivers
 INPUT_ENCODING         = UTF-8
 FILE_PATTERNS          = *.txt *.c *.h 
 RECURSIVE              = YES
-- 
GitLab