mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
docgen: style tweak
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user