Parse
Raw description content from the
Object containing the processed description, or null if content is empty
tags by trimming whitespace and unindenting multi-line descriptions to create clean, readable documentation text. The description supports markdown formatting and multi-line content.
// Input: "Retrieves user information by ID"
// Output: { description: "Retrieves user information by ID" }
Export configuration for the description parser