summary refs log tree commit diff stats
path: root/compiler/docgen.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-01-25 09:22:31 +0100
committerAraq <rumpf_a@web.de>2019-01-25 09:22:31 +0100
commit43613ff49dcbfb171fd14786dfb0fb3845b8692f (patch)
tree3aaef738de6e47e883c8f9371912a4d39dc6b2a4 /compiler/docgen.nim
parent3de255541a978f2f51ffdc4e49e0876d61cec128 (diff)
downloadNim-43613ff49dcbfb171fd14786dfb0fb3845b8692f.tar.gz
docgen: style tweak
Diffstat (limited to 'compiler/docgen.nim')
-rw-r--r--compiler/docgen.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/docgen.nim b/compiler/docgen.nim
index 207d7e30b..a7f7d77b5 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")