timps_docstring_generator
Generate production-quality docstrings for raw source code in Google, Sphinx, NumPy, JSDoc, or Doxygen format without changing logic.
Instructions
Read raw source code and insert production-quality docstrings in your preferred format (Google, Sphinx, NumPy, JSDoc, Doxygen). Logic is never changed — only documentation is added.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Programming language | python |
| doc_style | No | 'google'|'sphinx'|'numpy'|'jsdoc'|'doxygen' | |
| source_code | Yes | Source code to document |