Automated Code Documentation Generator
Paste a module or function to get documentation a new hire could actually use, not filler that just repeats function names back to you. Returns an overview, a 3-step quick start, a full API reference with examples, the most common usage patterns, and a dedicated Gotchas section covering edge cases and limitations that usually only live in one developer's head.
Generate documentation for this code:
{{code}}
Include:
1. Overview: What this module does and why it exists
2. Quick Start: How to use it in 3 steps or less
3. API Reference: Every public function with params, returns, and examples
4. Common Patterns: The 3 most common use cases with code
5. Gotchas: Edge cases, limitations, and things that will bite you
6. Related: What other modules this works with
Write for a developer who's new to this codebase but not new to coding.