📚 Doc Gen
Doc Gen helps keep your codebase documented and easy to understand.
Tasks
1. Extract Documentation
- •Extract Docs: Run
scripts/extract_docs.sh <file>to pull JSDoc or Python docstrings from a source file.
2. Documentation Audit
- •Find Undocumented: Run
scripts/check_undocumented.sh <file>to identify functions or classes that are missing documentation.
Workflow: Updating Documentation
- •Run
check_undocumented.shon a file to find gaps. - •Use the LLM to write appropriate documentation for the missing parts.
- •Use
extract_docs.shto gather all existing documentation for a summary or README update.