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 0fbdb69 commit 0619b90Copy full SHA for 0619b90
features/netsocket/NetworkInterface.h
@@ -1,4 +1,4 @@
1
-/* NetworkStack
+/*
2
* Copyright (c) 2015 ARM Limited
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +14,11 @@
14
* limitations under the License.
15
*/
16
17
+/** @file NetworkInterface.h Network Interface base class */
18
+/** @\addtogroup netsocket
19
+ * @{ */
20
+
21
22
#ifndef NETWORK_INTERFACE_H
23
#define NETWORK_INTERFACE_H
24
@@ -33,8 +38,6 @@ class EMACInterface;
33
38
34
39
/** Common interface that is shared between network devices.
35
40
36
- * @\addtogroup netsocket
37
- * @{
41
42
class NetworkInterface: public DNS {
43
public:
@@ -346,5 +349,6 @@ class NetworkInterface: public DNS {
346
349
#endif //!defined(DOXYGEN_ONLY)
347
350
};
348
351
-/** @}*/
352
#endif
353
354
+/** @}*/
0 commit comments