From 2e17daea527263f48c3dbe74161f9e18145a0627 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 9 Aug 2023 21:09:32 +0100 Subject: [PATCH] docs: add xmldoc to TemplateExtension --- OliverBooth/Markdown/TemplateExtension.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OliverBooth/Markdown/TemplateExtension.cs b/OliverBooth/Markdown/TemplateExtension.cs index 3527039..d576656 100644 --- a/OliverBooth/Markdown/TemplateExtension.cs +++ b/OliverBooth/Markdown/TemplateExtension.cs @@ -11,6 +11,10 @@ internal sealed class TemplateExtension : IMarkdownExtension { private readonly TemplateService _templateService; + /// + /// Initializes a new instance of the class. + /// + /// The template service. public TemplateExtension(TemplateService templateService) { _templateService = templateService;