mirror of https://github.com/ARMmbed/mbed-os.git
fixed NetworkInterface Class missing in doxy
parent
b01c8570e5
commit
60cc0c295d
|
@ -33,7 +33,8 @@ class EMACInterface;
|
|||
|
||||
/** Common interface that is shared between network devices.
|
||||
*
|
||||
* @addtogroup netsocket
|
||||
* @\addtogroup netsocket
|
||||
* @{
|
||||
*/
|
||||
class NetworkInterface: public DNS {
|
||||
public:
|
||||
|
@ -331,5 +332,5 @@ protected:
|
|||
#endif //!defined(DOXYGEN_ONLY)
|
||||
};
|
||||
|
||||
|
||||
/** @}*/
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue