flattentree
filip mertens 11 months ago
parent da81adcf5f
commit b5052fde97
  1. 4
      apps/remix-ide/src/app/plugins/parser/code-parser.tsx

@ -711,8 +711,8 @@ export class CodeParser extends Plugin {
if ('documentation' in node && node.documentation && (node.documentation as any).text) {
let text = ''
; (node.documentation as any).text.split('\n').forEach((line) => {
text += `${line.trim()}\n`
})
text += `${line.trim()}\n`
})
return text
}
}

Loading…
Cancel
Save