mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-01 09:06:19 +00:00
14 lines
257 B
Plaintext
14 lines
257 B
Plaintext
/**
|
|
* \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
|
|
*
|
|
* @{ */
|
|
/** @} */
|