Dogma.Documentation.FormattersList

Generates a documentation file for formatters.

Source

Summary

formatters_doc()

Generate a markdown string documenting the available formatters

write!()

Writes formatter documentation to docs/formatters.md

Functions

formatters_doc()

Generate a markdown string documenting the available formatters.

Available formatters are determined by Dogma.Formatter.formatters and the information for each formatter is pulled from that module’s @moduledoc

Source
write!()

Writes formatter documentation to docs/formatters.md.

Source