From b2f8c2f482fdb7867a100e693e63d096e39094ad Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 10 Nov 2020 22:46:45 -0500 Subject: documentation update, example for settings and description of using custom convention in type docs --- docs/guide/type.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/guide') 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 -- cgit v1.3.1