commit 50e25f6cec6c348695577d69e48255e4892e8a4d (tree) parent efebb6d341306d508163e7bb5ded41f4bc0468d4 Author: Andrew Kelley <superjoe30@gmail.com> Date: Wed, 14 Mar 2018 21:51:06 -0400 add missing docs for setAlignStack builtin Diffstat:
| M | doc/langref.html.in | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -4491,6 +4491,12 @@ test "call foo" { This function is only valid within function scope. </p> {#header_close#} + {#header_open|@setAlignStack#} + <pre><code class="zig">@setAlignStack(comptime alignment: u29)</code></pre> + <p> + Ensures that a function will have a stack alignment of at least <code>alignment</code> bytes. + </p> + {#header_close#} {#header_open|@setCold#} <pre><code class="zig">@setCold(is_cold: bool)</code></pre> <p>