1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-13 01:30:10 +00:00

14 lines
257 B
Plaintext
Raw Normal View History

/**
* \defgroup apps Applications
*
* Contiki provides a set of apps that provide functionalities such as a
* web server.
*
* To include an App in your software project specify in you makefile
@code
APPS = list of apps
@endcode
*
* @{ */
/** @} */