Documentation
¶
Overview ¶
Package docgen holds shared plumbing for the hermetic Markdown doc generators (tools/health, tools/tuning): writing a rendered body to a file with the repo's writable-Close() error contract.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteRendered ¶
WriteRendered opens path with the given flags and invokes render against it, checking the writable Close() error per the repo's file-handle rule. A render error is returned as-is (callers' render funcs already return a structured error, so re-wrapping would double-code it).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.