You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(Mist): Normalise doc-comment sections and add missing module-level docs
Standardise doc-comment formatting across all six public source files. The
primary change is upgrading section headings from single-hash to double-hash
(`# Parameters` → `## Parameters`, `# Returns` → `## Returns`, `# Example` →
`## Example`) so they nest correctly under the outer item-level doc comment
delimiter.
Add module-level doc comments with `## Functions` or `## Types` listings to
Resolver.rs, Server.rs, and Zone.rs, matching the pattern already established
in the crate's earlier source files. Add missing `## Parameters` and `## Returns`
sections to `LandResolver`, `LandDnsResolver::New`, `LandDnsResolver::new`,
`SharedSecret::random`, `SharedSecret::as_hex`, and `reqwest::dns::Resolve::resolve`.
Add `## Errors` sections to `Serve` and `ServeSync` documenting the failure
conditions (non-loopback bind, hickory runtime errors).
Fix indentation in doc-example code blocks in Library.rs (tabs to spaces) and
mark a TODO-style note in ForwardSecurity.rs with the currently authorised
allowlist domain (`update.editor.land`).
No functional changes — documentation and formatting only.
0 commit comments