Skip to content

Commit de5c156

Browse files
committed
Fix missing remarks to namespace pages.
1 parent b34ad70 commit de5c156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

markdowngen/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ void Do(string type, string header)
219219
foreach (var item1 in @where.OrderBy(i => i.Name))
220220
{
221221
str.AppendLine($"### {items.Link(item1.Uid, config, true)}");
222-
str.AppendLine(item.GetSummary(items,item1.Summary)?.Trim());
222+
str.AppendLine(item1.GetSummary(items,item1.Summary)?.Trim());
223223
}
224224
}
225225
}

0 commit comments

Comments
 (0)