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