We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45187f commit 08412d5Copy full SHA for 08412d5
packages/openapi-generator/src/jsdoc.ts
@@ -27,9 +27,7 @@ export function parseCommentBlock(comment: Block): JSDoc {
27
}
28
29
30
- if (description !== undefined) {
31
- description = description.trim();
32
- }
+ description = description.trim();
33
34
return {
35
...(summary.length > 0 ? { summary } : {}),
0 commit comments