Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 7cfb3fa

Browse files
authored
[[ Docs ]] Clarify the role of angle brackets in the syntax element
1 parent 2dd2c96 commit 7cfb3fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guides/LiveCode Documentation Format Reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ gives an example of the repetition notation, namely it allows something like
8585

8686
>*Note:* For inline docs, the Syntax elements are automatically generated
8787
88+
All parameters described in the parameters section should appear in angle brackets in the syntax.
89+
8890
#### Summary (required)
8991
A summary of the API entry being documented. The summary should be a single line. Anything more in-depth should be included in the description.
9092

@@ -166,6 +168,8 @@ The key type and value type are optional. If one of the values is a sub-array, a
166168
```
167169
The indentation is not necessary, but is helpful for readability.
168170

171+
Any parameter specified using `<parameterName>` in the Syntax element should be described in the parameters section.
172+
169173
#### Value and return parameters
170174
For simple return parameters, i.e. the direct return value of a function, use the Returns element.
171175
When a value is both an input and output value, for example the value of a property, use the Value element.

0 commit comments

Comments
 (0)