We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd16c80 commit fc9b60fCopy full SHA for fc9b60f
src/Docfx.Dotnet/DotnetApiCatalog.Toc.cs
@@ -62,7 +62,7 @@ IEnumerable<TocNode> CreateToc(ISymbol symbol, Compilation compilation)
62
switch (symbol)
63
{
64
case INamespaceSymbol { IsGlobalNamespace: true } ns:
65
- foreach (var child in ns.GetNamespaceMembers())
+ foreach (var child in ns.GetMembers())
66
foreach (var item in CreateToc(child, compilation))
67
yield return item;
68
break;
0 commit comments