Skip to content

Commit f7587d0

Browse files
authored
Merge pull request #1383 from kbenzie/benie/doc-define-etors
[Doc] Define the etor/etors abbreviations
2 parents 06fe20e + 73a405b commit f7587d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/YaML.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ class ur_name_handle_t(c_void_p):
314314
</table>
315315

316316
#### type: enum
317+
318+
In the following section the word *enumerator* is abbreviated to `etor` and the
319+
plural form *enumerators* is abbreviated to `etors`.
320+
317321
* An enum initiates the creation of a C/C++ `enum` declaration in the specification
318322
* An enum requires the following scalar fields: {`desc`, `name`}
319323
- `desc` will be used as the enum's description comment

0 commit comments

Comments
 (0)