Separate CPU and Device driver doxygen groups

This commit is contained in:
George Oikonomou 2017-12-02 22:38:18 +00:00
parent 2346748a23
commit 0b345d2846
1 changed files with 6 additions and 1 deletions

View File

@ -89,7 +89,12 @@ Core system components such as processes and timers
*/
/**
\defgroup dev CPUs and Device driver
\defgroup cpu CPUs
\ingroup arch
*/
/**
\defgroup dev Device Drivers
\ingroup arch
*/