From 50e25f6cec6c348695577d69e48255e4892e8a4d Mon Sep 17 00:00:00 2001
From: Andrew Kelley
Date: Wed, 14 Mar 2018 21:51:06 -0400
Subject: [PATCH] add missing docs for setAlignStack builtin
---
doc/langref.html.in | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 1183e25c2f..55d3acc59b 100644
--- 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.
{#header_close#}
+ {#header_open|@setAlignStack#}
+ @setAlignStack(comptime alignment: u29)
+
+ Ensures that a function will have a stack alignment of at least alignment bytes.
+
+ {#header_close#}
{#header_open|@setCold#}
@setCold(is_cold: bool)