Quick fix for attribute documentation
This commit is contained in:
parent
04395b8bfa
commit
913d9ef465
|
|
@ -111,8 +111,8 @@ namespace Microsoft.VisualStudio.LanguageServices.Razor
|
||||||
if (!string.IsNullOrEmpty(xml))
|
if (!string.IsNullOrEmpty(xml))
|
||||||
{
|
{
|
||||||
var documentation = new XmlMemberDocumentation(xml);
|
var documentation = new XmlMemberDocumentation(xml);
|
||||||
tagHelper.DesignTimeDescriptor.Summary = documentation.GetSummary();
|
attribute.DesignTimeDescriptor.Summary = documentation.GetSummary();
|
||||||
tagHelper.DesignTimeDescriptor.Remarks = documentation.GetRemarks();
|
attribute.DesignTimeDescriptor.Remarks = documentation.GetRemarks();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue