Skip to content

Commit 4cbcd64

Browse files
committed
Merge branch 'doxy_refactor' of https://github.com/jamesbeyond/mbed-os into dev_rollup
2 parents cb49241 + 60cc0c2 commit 4cbcd64

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doxyfile_options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ EXCLUDE_PATTERNS = */tools/* \
849849
*/features/lwipstack/* \
850850
*/features/nanostack/sal-stack-nanostack/* \
851851
*/features/nanostack/coap-service/* \
852+
*/features/netsocket/emac-drivers/* \
852853
*/mbed-trace/* \
853854
*/mbed-coap/* \
854855
*/nanostack-libservice/* \

features/netsocket/NetworkInterface.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class EMACInterface;
3333

3434
/** Common interface that is shared between network devices.
3535
*
36-
* @addtogroup netsocket
36+
* @\addtogroup netsocket
37+
* @{
3738
*/
3839
class NetworkInterface: public DNS {
3940
public:
@@ -331,5 +332,5 @@ class NetworkInterface: public DNS {
331332
#endif //!defined(DOXYGEN_ONLY)
332333
};
333334

334-
335+
/** @}*/
335336
#endif

0 commit comments

Comments
 (0)