fixed NetworkInterface Class missing in doxy

pull/8775/head
Qinghao Shi 2018-10-31 14:50:59 +00:00 committed by adbridge
parent 662ed73f38
commit 1e625e2a54
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. /** 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