We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c503071 commit 99eb2a1Copy full SHA for 99eb2a1
tools/DocStat/DocStat/fixsummaries.cs
@@ -40,10 +40,8 @@ ref pattern
40
41
foreach (XElement m in memberRoot.Elements("Member"))
42
{
43
- changed = false;
44
XElement summary = m.Element("Docs").Element("summary");
45
46
-
47
if (null == summary)
48
49
continue;
@@ -63,8 +61,8 @@ ref pattern
63
61
64
62
}
65
66
67
mistakeParams.ToList().ForEach(e => e.Name = "paramref");
+
68
changed = true;
69
70
0 commit comments