Summary: The cadence-tools repo contains a documentation generator (docgen) that produces Markdown docs from Cadence doc-comments (///, /** */). There is no way to invoke this through flow-cli.
Expected Behavior: A flow cadence docs <path_to_cadence_file> <output_dir> subcommand that invokes the docgen tool, consistent with how lint and language-server are already surfaced.
Summary: The
cadence-toolsrepo contains a documentation generator (docgen) that produces Markdown docs from Cadence doc-comments (///,/** */). There is no way to invoke this throughflow-cli.Expected Behavior: A
flow cadence docs <path_to_cadence_file> <output_dir>subcommand that invokes the docgen tool, consistent with howlintandlanguage-serverare already surfaced.