diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/type.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/guide/type.md b/docs/guide/type.md index b4df1ef4..d704cbd2 100644 --- a/docs/guide/type.md +++ b/docs/guide/type.md @@ -182,6 +182,12 @@ __convention __noreturn ``` +To use the `__convention` keyword, pass in the convention name as a parameter argument: + +``` +__convention("customconvention") +``` + #### Applying Structures and Types |
