Contents

documentationGeneration()

The plugin generates documentation.

Declaration

static func documentationGeneration() -> PluginCommandIntent

Return Value

A PluginCommandIntent instance.

Discussion

The intent of the command is to generate documentation, either by parsing the package contents directly or by using the build system support for generating symbol graphs. Invoked by a generate-documentation verb to swift package.

See Also

Creating a Command Intent