Skip to content

Commit e1d6001

Browse files
paul-szczepanek-armCruz Monrreal II
authored andcommitted
review fixes
1 parent addffcb commit e1d6001

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

features/netsocket/EthInterface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525

2626
/** Common interface that is shared between Ethernet hardware.
27-
* @addtogroup netsocket
2827
*/
2928
class EthInterface : public virtual NetworkInterface {
3029
public:

features/netsocket/MeshInterface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525

2626
/** Common interface that is shared between mesh hardware
27-
* @addtogroup netsocket
2827
*/
2928
class MeshInterface : public virtual NetworkInterface {
3029
public:

features/netsocket/WiFiInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class WiFiInterface: public virtual NetworkInterface {
7777
/** Attempt to connect to a Wi-Fi network. Requires ssid and passphrase to be set.
7878
* If passphrase is invalid, NSAPI_ERROR_AUTH_ERROR is returned.
7979
*
80-
* @return NSAPI_ERROR_OK on success, negative error code on failure
80+
* @return NSAPI_ERROR_OK on success, negative error code on failure.
8181
*/
8282
virtual nsapi_error_t connect() = 0;
8383

0 commit comments

Comments
 (0)