Update macros.nim (#9182)

* Update macros.nim

* Update macros.nim
This commit is contained in:
Timothee Cour
2018-10-03 20:33:57 -07:00
committed by Dominik Picheta
parent 5ea0bf1940
commit 64ae47e6f0

View File

@@ -1432,5 +1432,7 @@ macro unpackVarargs*(callee: untyped; args: varargs[untyped]): untyped =
result.add args[i]
proc getProjectPath*(): string = discard
## Returns the path to the currently compiling project
## Returns the path to the currently compiling project, not to
## be confused with ``system.currentSourcePath`` which returns
## the path of the current module.