fixed some style issues, added tooling for docs
This commit is contained in:
10
docs/core/host.md
Normal file
10
docs/core/host.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# core/host.h
|
||||
|
||||
## class NetworkNic — public interface
|
||||
|
||||
### `Host(Simulator *const sim, NodeId id) noexcept;`
|
||||
### `virtual ~Host() = default;`
|
||||
### `NetworkNic *nic() const noexcept { ... }`
|
||||
### `void attach_nic(NetworkNic* nic) noexcept;`
|
||||
### `void detach_nic(NetworkNic* nic) noexcept;`
|
||||
### `Host(const Host &) = delete;`
|
||||
Reference in New Issue
Block a user