Cleanup documentation a bit: rename "Addons" to "NETIFs" - its a more appropriate name

This commit is contained in:
Dirk Ziegelmeier 2017-03-15 20:03:55 +01:00
parent 6328da87aa
commit d9b279d150
5 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@
* Sequential-style APIs, blocking functions. More overhead, but can be called * Sequential-style APIs, blocking functions. More overhead, but can be called
* from any thread except TCPIP thread. * from any thread except TCPIP thread.
* *
* @defgroup addons Addons * @defgroup netifs NETIFs
* *
* @defgroup apps Applications * @defgroup apps Applications
*/ */

View File

@ -36,8 +36,8 @@
*/ */
/** /**
* @defgroup bridgeif IEEE 802.1D bridge interface * @defgroup bridgeif IEEE 802.1D bridge
* @ingroup addons * @ingroup netifs
* This file implements an IEEE 802.1D bridge by using a multilayer netif approach * This file implements an IEEE 802.1D bridge by using a multilayer netif approach
* (one hardware-independent netif for the bridge that uses hardware netifs for its ports). * (one hardware-independent netif for the bridge that uses hardware netifs for its ports).
* On transmit, the bridge selects the outgoing port(s). * On transmit, the bridge selects the outgoing port(s).

View File

@ -40,8 +40,8 @@
*/ */
/** /**
* @defgroup sixlowpan 6LowPAN netif * @defgroup sixlowpan 6LowPAN
* @ingroup addons * @ingroup netifs
* 6LowPAN netif implementation * 6LowPAN netif implementation
*/ */

View File

@ -80,8 +80,8 @@
*/ */
/** /**
* @defgroup ppp PPP netif * @defgroup ppp PPP
* @ingroup addons * @ingroup netifs
* @verbinclude "ppp.txt" * @verbinclude "ppp.txt"
*/ */

View File

@ -40,8 +40,8 @@
/** /**
* @defgroup slipif SLIP netif * @defgroup slipif SLIP
* @ingroup addons * @ingroup netifs
* *
* This is an arch independent SLIP netif. The specific serial hooks must be * This is an arch independent SLIP netif. The specific serial hooks must be
* provided by another file. They are sio_open, sio_read/sio_tryread and sio_send * provided by another file. They are sio_open, sio_read/sio_tryread and sio_send