Getting StartedClaude CodeHow-To GuidesHandle Documentation

Handle Documentation

Suppose you need to add or update documentation for your code.

Identify Undocumented Code

> find functions without proper JSDoc comments in the auth module

Generate Documentation

> add JSDoc comments to the undocumented functions in auth.js

Review and Enhance

> improve the generated documentation with more context and examples

Validate Documentation

> check if the documentation follows our project standards

Tips:

  • Specify the documentation style you want (JSDoc, docstrings, etc.)
  • Request examples in the documentation
  • Ask for documentation on public APIs, interfaces, and complex logic

MIT 2026 © Nextra.
加入社群CC Club返回官网