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)