mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 15:42:49 +00:00
langref: add documentation for noinline keyword
This commit is contained in:
parent
40029d6875
commit
316812786c
@ -11966,6 +11966,17 @@ fn readU32Be() u32 {}
|
|||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<pre>{#syntax#}noinline{#endsyntax#}</pre>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
{#syntax#}noinline{#endsyntax#} disallows function to be inlined in all call sites.
|
||||||
|
<ul>
|
||||||
|
<li>See also {#link|Functions#}</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<pre>{#syntax#}nosuspend{#endsyntax#}</pre>
|
<pre>{#syntax#}nosuspend{#endsyntax#}</pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user