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.
2 parents a373d05 + 08412d5 commit 978327bCopy full SHA for 978327b
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