docgen: style tweak

This commit is contained in:
Araq
2019-01-25 09:22:31 +01:00
parent 3de255541a
commit 43613ff49d

View File

@@ -558,7 +558,7 @@ proc complexName(k: TSymKind, n: PNode, baseName: string): string =
## If you modify the output of this proc, please update the anchor generation
## section of ``doc/docgen.txt``.
result = baseName
case k:
case k
of skProc, skFunc: discard
of skMacro: result.add(".m")
of skMethod: result.add(".e")