File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -849,6 +849,7 @@ EXCLUDE_PATTERNS = */tools/* \
849
849
*/features/lwipstack/* \
850
850
*/features/nanostack/sal-stack-nanostack/* \
851
851
*/features/nanostack/coap-service/* \
852
+ */features/netsocket/emac-drivers/* \
852
853
*/mbed-trace/* \
853
854
*/mbed-coap/* \
854
855
*/nanostack-libservice/* \
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ class EMACInterface;
33
33
34
34
/* * Common interface that is shared between network devices.
35
35
*
36
- * @addtogroup netsocket
36
+ * @\addtogroup netsocket
37
+ * @{
37
38
*/
38
39
class NetworkInterface : public DNS {
39
40
public:
@@ -331,5 +332,5 @@ class NetworkInterface: public DNS {
331
332
#endif // !defined(DOXYGEN_ONLY)
332
333
};
333
334
334
-
335
+ /* * @} */
335
336
#endif
You can’t perform that action at this time.
0 commit comments