fixed NetworkInterface Class missing in doxy

pull/8603/head
Qinghao Shi 2018-10-31 14:50:59 +00:00
parent b01c8570e5
commit 60cc0c295d
1 changed files with 3 additions and 2 deletions

View File

@ -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