mirror of https://github.com/ARMmbed/mbed-os.git
Merge branch 'doxy_refactor' of https://github.com/jamesbeyond/mbed-os into dev_rollup
commit
4cbcd64ca3
|
@ -849,6 +849,7 @@ EXCLUDE_PATTERNS = */tools/* \
|
|||
*/features/lwipstack/* \
|
||||
*/features/nanostack/sal-stack-nanostack/* \
|
||||
*/features/nanostack/coap-service/* \
|
||||
*/features/netsocket/emac-drivers/* \
|
||||
*/mbed-trace/* \
|
||||
*/mbed-coap/* \
|
||||
*/nanostack-libservice/* \
|
||||
|
|
|
@ -33,7 +33,8 @@ class EMACInterface;
|
|||
|
||||
/** Common interface that is shared between network devices.
|
||||
*
|
||||
* @addtogroup netsocket
|
||||
* @\addtogroup netsocket
|
||||
* @{
|
||||
*/
|
||||
class NetworkInterface: public DNS {
|
||||
public:
|
||||
|
@ -331,5 +332,5 @@ protected:
|
|||
#endif //!defined(DOXYGEN_ONLY)
|
||||
};
|
||||
|
||||
|
||||
/** @}*/
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue