nes-proj/doc/apps.txt
Nicolas Tsiftes 3166e29af7 Various documentation updates, including a modified main page and
the removal of various obsolete platforms and modules.
2017-09-22 16:00:55 +02:00

14 lines
253 B
Plaintext

/**
* \defgroup apps Applications
*
* \os 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
*
* @{ */
/** @} */