mirror of https://github.com/ARMmbed/mbed-os.git
Create new netinterface Doxygen group
parent
604a6ea5e0
commit
249fa7fd6f
|
@ -15,7 +15,7 @@
|
|||
|
||||
/* @file CellularBase.h CellularBase */
|
||||
|
||||
/** @addtogroup netsocket
|
||||
/** @addtogroup netinterface
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -14,9 +14,14 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/** @file DNS.h Domain Name Service */
|
||||
/** @\addtogroup netsocket
|
||||
* @{ */
|
||||
|
||||
#ifndef DNS_H
|
||||
#define DNS_H
|
||||
|
||||
/** Base class for DNS provider */
|
||||
class DNS {
|
||||
public:
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
|
||||
/** \addtogroup netsocket */
|
||||
/** @{*/
|
||||
/* EthInterface
|
||||
/*
|
||||
* Copyright (c) 2015 ARM Limited
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -17,6 +14,10 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/* @file EthInterface.h Common interface that is ahared between Ethernet hardware */
|
||||
/** \addtogroup netinterface */
|
||||
/** @{*/
|
||||
|
||||
#ifndef ETH_INTERFACE_H
|
||||
#define ETH_INTERFACE_H
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
|
||||
/** \addtogroup netsocket */
|
||||
/** @{*/
|
||||
/* MeshInterface
|
||||
/*
|
||||
* Copyright (c) 2015 ARM Limited
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -17,6 +14,10 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/* @file MeshInterface.h Mesh network interface */
|
||||
/** \addtogroup netinterface */
|
||||
/** @{*/
|
||||
|
||||
#ifndef MESH_INTERFACE_H
|
||||
#define MESH_INTERFACE_H
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
*/
|
||||
|
||||
/** @file NetworkInterface.h Network Interface base class */
|
||||
/** @\addtogroup netsocket
|
||||
/** @addtogroup netinterface
|
||||
* Network Interface classes
|
||||
* @{ */
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
/* WiFiInterface
|
||||
/*
|
||||
* Copyright (c) 2015 - 2016 ARM Limited
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -15,6 +14,11 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/** @file WifiInterface.h Common interface that is shared between Wi-Fi devices */
|
||||
/** @addtogroup netinterface
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef WIFI_INTERFACE_H
|
||||
#define WIFI_INTERFACE_H
|
||||
|
||||
|
@ -22,13 +26,7 @@
|
|||
#include "netsocket/NetworkInterface.h"
|
||||
#include "netsocket/WiFiAccessPoint.h"
|
||||
|
||||
/** @file WifiInterface.h Common interface that is shared between Wi-Fi devices */
|
||||
/** @addtogroup netsocket
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** Common interface that is shared between Wi-Fi devices.
|
||||
*
|
||||
*/
|
||||
class WiFiInterface: public virtual NetworkInterface {
|
||||
public:
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
|
||||
/** \addtogroup netsocket */
|
||||
/** @{*/
|
||||
/* nsapi_dns.h
|
||||
/*
|
||||
* Original work Copyright (c) 2013 Henry Leinen (henry[dot]leinen [at] online [dot] de)
|
||||
* Modified work Copyright (c) 2015 ARM Limited
|
||||
*
|
||||
|
@ -17,6 +14,10 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/** \addtogroup netsocket */
|
||||
/** @{*/
|
||||
|
||||
#ifndef NSAPI_DNS_H
|
||||
#define NSAPI_DNS_H
|
||||
|
||||
|
|
Loading…
Reference in New Issue