From 43613ff49dcbfb171fd14786dfb0fb3845b8692f Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 25 Jan 2019 09:22:31 +0100 Subject: [PATCH] docgen: style tweak --- compiler/docgen.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/docgen.nim b/compiler/docgen.nim index 207d7e30b9..a7f7d77b5c 100644 --- a/compiler/docgen.nim +++ b/compiler/docgen.nim @@ -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")