docs: rewrite all documentation to ASD-STE100 #87
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/asd-ste100-rewrite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
//////!Zig doc comment across all 37 source files that had one, in the same style. Inline//comments and code are untouched (verified by diff).cda08be) requiring ASD-STE100 for all documentation.Verification
zig build test,zig build,zig build check,zig fmt --checkall pass clean.windows/gui.zig(-Dgui -Dtarget=x86_64-windows) and builtmacos/gui.zig(-Dgui) natively - both compile clean.//////!lines (or prose in the 5 markdown docs) changed - no code or//comments touched.Found but out of scope
Three pre-existing doc-comment and declaration misattachment bugs surfaced during review (a doc block describes a different function than the one below it). These are preserved as-is since fixing them is a content change, not a style rewrite:
src/hostserver/database.zig: the block abovefetchLobstarts by describingwriteRows's EOF contract.src/host.zig: the block abovefmtEpochdescribesfileConnect's return contract.macos/gui.zig: the block aboveaidEntermostly describeszelnet_key's NSView key-handling.Happy to file these as follow-up issues if wanted.
Test plan
zig build testzig buildzig build checkzig fmt --check