1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc: order the main modules in a more sensible way

This commit is contained in:
Oleg Hahm 2014-12-06 14:22:29 +01:00
parent e79e00ef7f
commit 3458b745a0

View File

@ -756,9 +756,9 @@ WARN_LOGFILE =
INPUT = ../../core \ INPUT = ../../core \
../../cpu \ ../../cpu \
../../boards \ ../../boards \
../../drivers \
../../sys \ ../../sys \
src/ \ src/
../../drivers
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses