Merge pull request #2516 from novist/doc-compiletime-variable

Doc: compileTime pragma can be used on variable
This commit is contained in:
reactormonk
2015-04-11 12:53:43 +05:00

View File

@@ -71,10 +71,9 @@ procedural variable.
compileTime pragma
------------------
The ``compileTime`` pragma is used to mark a proc to be used at compile
time only. No code will be generated for it. Compile time procs are useful
as helpers for macros.
The ``compileTime`` pragma is used to mark a proc or variable to be used at
compile time only. No code will be generated for it. Compile time procs are
useful as helpers for macros.
noReturn pragma
---------------