Browse Source

Revert "Fixed potential xml comment bug."

Found better fix.
This reverts commit 8b7b3f708b.
pull/32/merge
Mike Krüger 13 years ago
parent
commit
9c49aaf383
  1. 10
      ICSharpCode.NRefactory.CSharp/Completion/CSharpCompletionEngine.cs

10
ICSharpCode.NRefactory.CSharp/Completion/CSharpCompletionEngine.cs

@ -2980,24 +2980,24 @@ namespace ICSharpCode.NRefactory.CSharp.Completion
#region Xml Comments #region Xml Comments
static readonly List<string> commentTags = new List<string>(new string[] { static readonly List<string> commentTags = new List<string>(new string[] {
"code",
"c", "c",
"code",
"example", "example",
"exception", "exception",
"include", "include",
"listheader",
"list", "list",
"listheader",
"item", "item",
"term", "term",
"description", "description",
"paramref",
"param",
"para", "para",
"param",
"paramref",
"permission", "permission",
"remarks", "remarks",
"returns", "returns",
"seealso",
"see", "see",
"seealso",
"summary", "summary",
"value" "value"
} }

Loading…
Cancel
Save