Lazy Doc, Your documentation tool has arrived.

Lazy Doc, Your documentation tool has arrived.

Lazy Doc is an Elixir Mix task that uses AI to automatically generate @doc and @moduledoc annotations for undocumented public functions and modules in your codebase. It scans for functions matching configurable path patterns, sends their source code to a configurable AI provider, and writes documentation back into the source files. It also provides a mix lazy_doc.check task for CI enforcement of documentation coverage.

Visit Original Article →