# Functions
FindAllTaggedItems finds all tagged docstrings in go files.
Generate generates all documentation outputs.
RegisterGenerator registers a documentation generator.
# Structs
TaggedItem is any item that is documented with a @tag to indicate it will be used by docgen.
# Interfaces
Generator generates a documentation output.
# Type aliases
ContextFunc is a function which produces values to put the template context.