public static class DocMemberExtensions
A set of extension methods for DocMember
.
public static T WithComment<T>(this T self, MemberDeclarationSyntax syntax)
Parses the comment from the specified member syntax and attaches it to this doc member.
public static class DocMemberExtensions
A set of extension methods for DocMember
.
public static T WithComment<T>(this T self, MemberDeclarationSyntax syntax)
Parses the comment from the specified member syntax and attaches it to this doc member.