AI-powered tool to improve code comments, documentation, and inline explanations. Write clearer, more helpful code documentation with AI assistance.
// calculate total
function calc(x, y) {
return x + y
}/**
* Calculates the sum of two numbers.
*
* @param {number} x - The first number to add
* @param {number} y - The second number to add
* @returns {number} The sum of x and y
*/
function calc(x, y) {
return x + y
}Get intelligent suggestions to improve clarity, grammar, and completeness of your code comments.
Works with JavaScript, TypeScript, Python, Java, Go, and more. Supports JSDoc, Javadoc, and more.
Generate complete documentation from your code. Create API docs, README files, and more.