Skip to content

Commit 0619b90

Browse files
author
Seppo Takalo
committed
Fix NetworkInterface grouping
1 parent 0fbdb69 commit 0619b90

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

features/netsocket/NetworkInterface.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* NetworkStack
1+
/*
22
* Copyright (c) 2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
/** @file NetworkInterface.h Network Interface base class */
18+
/** @\addtogroup netsocket
19+
* @{ */
20+
21+
1722
#ifndef NETWORK_INTERFACE_H
1823
#define NETWORK_INTERFACE_H
1924

@@ -33,8 +38,6 @@ class EMACInterface;
3338

3439
/** Common interface that is shared between network devices.
3540
*
36-
* @\addtogroup netsocket
37-
* @{
3841
*/
3942
class NetworkInterface: public DNS {
4043
public:
@@ -346,5 +349,6 @@ class NetworkInterface: public DNS {
346349
#endif //!defined(DOXYGEN_ONLY)
347350
};
348351

349-
/** @}*/
350352
#endif
353+
354+
/** @}*/

0 commit comments

Comments
 (0)