lwip/doc/doxygen/main_page.h

35 lines
715 B
C
Raw Normal View History

/**
* @defgroup lwip lwIP
*
* @defgroup infrastructure Infrastructure
*
* @defgroup callbackstyle_api Callback-style APIs
* Non thread-safe APIs, callback style for maximum performance and minimum
* memory footprint.
*
* @defgroup threadsafe_api Thread-safe APIs
* Thread-safe APIs, blocking functions. More overhead, but can be called
* from any thread except TCPIP thread.
*
* @defgroup addons Addons
*
* @defgroup apps Applications
*
* @defgroup lwip_opts lwIP Options (lwipopts.h)
*/
2016-07-27 18:30:57 +00:00
/**
* @mainpage Overview
* @verbinclude "README"
*/
2016-07-27 18:30:57 +00:00
/**
* @page upgrading Upgrading
* @verbinclude "UPGRADING"
*/
/**
* @page contrib How to contribute to lwIP
* @verbinclude "contrib.txt"
*/