We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01c857 commit 60cc0c2Copy full SHA for 60cc0c2
features/netsocket/NetworkInterface.h
@@ -33,7 +33,8 @@ class EMACInterface;
33
34
/** Common interface that is shared between network devices.
35
*
36
- * @addtogroup netsocket
+ * @\addtogroup netsocket
37
+ * @{
38
*/
39
class NetworkInterface: public DNS {
40
public:
@@ -331,5 +332,5 @@ class NetworkInterface: public DNS {
331
332
#endif //!defined(DOXYGEN_ONLY)
333
};
334
-
335
+/** @}*/
336
#endif
0 commit comments