Here is the code snippet:
/**
* Description of the class
*/
export class SomeClass {
/**
* Description of the field
*/
message: string;
}
I have tested it on the TSDoc playground and noticed that there is a summary for the class, but not for its field.
Is there a way to provide documentation for fields in typedoc?