From 2a579afd4d07aeadc998eadcd1939ad06e3b4278 Mon Sep 17 00:00:00 2001 From: Eliot Jones Date: Thu, 9 Jan 2020 15:35:55 +0000 Subject: [PATCH] add missing doc comments for operation context marked content --- src/UglyToad.PdfPig/Graphics/IOperationContext.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/UglyToad.PdfPig/Graphics/IOperationContext.cs b/src/UglyToad.PdfPig/Graphics/IOperationContext.cs index d8b6a09d..c81e8af8 100644 --- a/src/UglyToad.PdfPig/Graphics/IOperationContext.cs +++ b/src/UglyToad.PdfPig/Graphics/IOperationContext.cs @@ -98,12 +98,12 @@ void ClosePath(); /// - /// + /// Indicate that a marked content region is started. /// - void BeginMarkedContent(NameToken name, NameToken propertyDictionaryName, DictionaryToken Properties); + void BeginMarkedContent(NameToken name, NameToken propertyDictionaryName, DictionaryToken properties); /// - /// + /// Indicates that the current marked content region is complete. /// void EndMarkedContent();