Skip to content

Commit

Permalink
fixed NetworkInterface Class missing in doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinghao Shi authored and Qinghao Shi committed Oct 31, 2018
1 parent b01c857 commit 60cc0c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions features/netsocket/NetworkInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class EMACInterface;

/** Common interface that is shared between network devices.
*
* @addtogroup netsocket
* @\addtogroup netsocket
* @{
*/
class NetworkInterface: public DNS {
public:
Expand Down Expand Up @@ -331,5 +332,5 @@ class NetworkInterface: public DNS {
#endif //!defined(DOXYGEN_ONLY)
};


/** @}*/
#endif

0 comments on commit 60cc0c2

Please sign in to comment.