Doxygen: add description to top-level modules
This commit is contained in:
parent
c851357800
commit
0e9b974e3d
@ -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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user