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