File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
26
26
/* * Common interface that is shared between Ethernet hardware.
27
- * @addtogroup netsocket
28
27
*/
29
28
class EthInterface : public virtual NetworkInterface {
30
29
public:
Original file line number Diff line number Diff line change 24
24
25
25
26
26
/* * Common interface that is shared between mesh hardware
27
- * @addtogroup netsocket
28
27
*/
29
28
class MeshInterface : public virtual NetworkInterface {
30
29
public:
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class WiFiInterface: public virtual NetworkInterface {
77
77
/* * Attempt to connect to a Wi-Fi network. Requires ssid and passphrase to be set.
78
78
* If passphrase is invalid, NSAPI_ERROR_AUTH_ERROR is returned.
79
79
*
80
- * @return NSAPI_ERROR_OK on success, negative error code on failure
80
+ * @return NSAPI_ERROR_OK on success, negative error code on failure.
81
81
*/
82
82
virtual nsapi_error_t connect () = 0;
83
83
You can’t perform that action at this time.
0 commit comments