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 3fa7fff commit beb5c08Copy full SHA for beb5c08
1 file changed
src/parser.ts
@@ -846,7 +846,7 @@ export class TypespecParser {
846
return {
847
kind: 'Property',
848
name: this.parseName(prop),
849
- description: undefined, // TODO: handle description
+ description: this.parseDescription(prop.node?.docs),
850
value: this.parseMemberValue(prop.type, {
851
isOptional: prop.optional,
852
default: this.parseDefaultValue(prop.defaultValue),
0 commit comments