diff --git a/doxyfile_options b/doxyfile_options index 173d4b6..c257118 100644 --- a/doxyfile_options +++ b/doxyfile_options @@ -849,6 +849,7 @@ */features/lwipstack/* \ */features/nanostack/sal-stack-nanostack/* \ */features/nanostack/coap-service/* \ + */features/netsocket/emac-drivers/* \ */mbed-trace/* \ */mbed-coap/* \ */nanostack-libservice/* \ diff --git a/features/netsocket/NetworkInterface.h b/features/netsocket/NetworkInterface.h index 7d1087a..6338dba 100644 --- a/features/netsocket/NetworkInterface.h +++ b/features/netsocket/NetworkInterface.h @@ -33,7 +33,8 @@ /** Common interface that is shared between network devices. * - * @addtogroup netsocket + * @\addtogroup netsocket + * @{ */ class NetworkInterface: public DNS { public: @@ -331,5 +332,5 @@ #endif //!defined(DOXYGEN_ONLY) }; - +/** @}*/ #endif