# `mix ptc.gen_docs`
[🔗](https://github.com/andreasronge/ptc_runner/blob/main/lib/mix/tasks/ptc.gen_docs.ex#L1)

Generates documentation from `priv/functions.exs` (implemented + interop),
`priv/function_audit.exs` (Clojure/Java Math parity triage notes), and
`priv/java_compat_audit.exs` (curated Java compatibility targets):

1. `docs/function-reference.md` — all implemented functions grouped by section
2. `docs/conformance/index.md` — namespace coverage dashboard
3. `docs/conformance/*-audit.md` — Clojure and Java compatibility audits

## Usage

    mix ptc.gen_docs

---

*Consult [api-reference.md](api-reference.md) for complete listing*
