docs: add xmldoc to TemplateExtension
This commit is contained in:
parent
07071dc7a5
commit
2e17daea52
@ -11,6 +11,10 @@ internal sealed class TemplateExtension : IMarkdownExtension
|
|||||||
{
|
{
|
||||||
private readonly TemplateService _templateService;
|
private readonly TemplateService _templateService;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="TemplateExtension" /> class.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="templateService">The template service.</param>
|
||||||
public TemplateExtension(TemplateService templateService)
|
public TemplateExtension(TemplateService templateService)
|
||||||
{
|
{
|
||||||
_templateService = templateService;
|
_templateService = templateService;
|
||||||
|
Loading…
Reference in New Issue
Block a user