Doxygen: add description to top-level modules

This commit is contained in:
Simon Duquennoy 2017-10-06 14:47:29 +02:00
parent c851357800
commit 0e9b974e3d
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,7 @@ CPU, device drivers and platform code
/**
\defgroup net IoT networking
The communication protocols
*/
/**
@ -79,6 +80,12 @@ Supports only non-storing mode, one instance and one DAG.
/**
\defgroup lib Libraries and services
A set of libraries and services used by the os and applications
*/
/**
\defgroup sys System functions
Core system components such as processes and timers
*/
/**