diff options
| author | Nick Moore <nick@zoic.org> | 2018-10-09 22:37:49 +1100 |
|---|---|---|
| committer | Nick Moore <nick@zoic.org> | 2018-10-09 22:37:49 +1100 |
| commit | 6d9c2c52540fd59f8d1addbd5088757844f3d01c (patch) | |
| tree | 9b8709bd56191592d2aec07c48f991b6f2a5586a /shared-bindings/network | |
| parent | a60700b1c5a97047b26290745dae26025e3514cc (diff) | |
Documentation builds (though has no real content yet)
Diffstat (limited to 'shared-bindings/network')
| -rw-r--r-- | shared-bindings/network/__init__.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shared-bindings/network/__init__.c b/shared-bindings/network/__init__.c index ad42fea5f..f28d5265c 100644 --- a/shared-bindings/network/__init__.c +++ b/shared-bindings/network/__init__.c @@ -36,6 +36,13 @@ #include "shared-bindings/network/__init__.h" +//| :mod:`network` --- Network Interface Management +//| =============================================== +//| +//| .. module:: network +//| :synopsis: Network Interface Management +//| :platform: SAMD + #if MICROPY_PY_NETWORK /// \module network - network configuration |
