Skip to content

Commit 60cc0c2

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
fixed NetworkInterface Class missing in doxy
1 parent b01c857 commit 60cc0c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

features/netsocket/NetworkInterface.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class EMACInterface;
3333

3434
/** Common interface that is shared between network devices.
3535
*
36-
* @addtogroup netsocket
36+
* @\addtogroup netsocket
37+
* @{
3738
*/
3839
class NetworkInterface: public DNS {
3940
public:
@@ -331,5 +332,5 @@ class NetworkInterface: public DNS {
331332
#endif //!defined(DOXYGEN_ONLY)
332333
};
333334

334-
335+
/** @}*/
335336
#endif

0 commit comments

Comments
 (0)