From ede747cbfe6e3774aef4852ca3a584e03c344e1c Mon Sep 17 00:00:00 2001 From: Jeff Jacobson Date: Wed, 12 Jul 2017 13:35:11 -0700 Subject: [PATCH] Updated XML doc comments to remove outdated info. --- SpellChecker/SpellChecker.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/SpellChecker/SpellChecker.cs b/SpellChecker/SpellChecker.cs index 09d0a7e..33c7769 100644 --- a/SpellChecker/SpellChecker.cs +++ b/SpellChecker/SpellChecker.cs @@ -220,14 +220,11 @@ private void ThrowIfDisposed() { /// Checks the spelling of the names of all maps and layers in the table of contents. /// /// An collection of maps. - /// A object. - /// A indicating if has been closed. /// /// The number of items that were spellchecked. Zero will be returned under the following contiditions: /// /// No mispelled items were detected. - /// Either or were . - /// is . + /// Either . /// /// private int CheckSpellingOfTocItemNames(IMaps maps) { @@ -256,14 +253,10 @@ private int CheckSpellingOfTocItemNames(IMaps maps) { /// Checks the spelling of the text elements in an ArcMap document. /// /// An ArcMap docmuent. - /// A object. - /// A indicating if has been closed. /// /// The number of text elements that were spellchecked. Zero will be returned under the following contiditions: /// /// No mispelled items were detected. - /// Either or were . - /// is . /// /// private int CheckSpellingOfTextElements(IMxDocument mxDoc) {