Documentation
¶
Overview ¶
Command gendocs extracts each registered module's Go doc comment (already written on its module<Name> function — this project's convention has always been to document arguments and every deviation from real Ansible's behavior there) and emits docs_generated.go: a map from the module's registered name to that comment text, for ansible-doc to print without needing the source tree at runtime.
Run via `go generate ./...` from the modules package (see the //go:generate directive in registry.go).
Click to show internal directories.
Click to hide internal directories.