The code is:
/**
* Class description
*/
export class SomeClass {
/**
* The field description
*/
message: string;
}
I'm checking it on the TSDoc playground and see, that there is the summary for class, but there is no summary for its field
Is there a way to describe a field in typedoc?