/** * @empty */ export class SomeClass { /** * The description * @tag1 * tag info */ foo: string; /** * @name bar * @description * description of bar {@inline-tag} more content */ bar(value: any): string; }