zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 316812786c376b33bd27c8c33bce04f6e2c223df (tree)
parent 40029d6875ce297406b573d78d11b0d00107cab6
Author: Bogdan Romanyuk <65823030+wrongnull@users.noreply.github.com>
Date:   Sat, 22 Apr 2023 14:43:37 +0300

langref: add documentation for noinline keyword
Diffstat:
Mdoc/langref.html.in | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -11968,6 +11968,17 @@ fn readU32Be() u32 {} </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> + <th scope="row"> <pre>{#syntax#}nosuspend{#endsyntax#}</pre> </th> <td>