source: rtems-central/spec/spec/interface-compound.yml @ c970d63

Last change on this file since c970d63 was 9499f8b, checked in by Sebastian Huber <sebastian.huber@…>, on 06/04/20 at 08:34:56

spec: Rename required in mandatory attributes

The term "required" is quite overloaded in the specification context.
Use "mandatory" instead.

Shorten the phrase "explicitly defined attributes" to "explicit
attributes".

  • Property mode set to 100644
File size: 1.2 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2copyrights:
3- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
4enabled-by: true
5links:
6- role: spec-member
7  uid: root
8- role: spec-refinement
9  spec-key: interface-type
10  spec-value: struct
11  uid: interface
12- role: spec-refinement
13  spec-key: interface-type
14  spec-value: union
15  uid: interface
16spec-description: null
17spec-example: null
18spec-info:
19  dict:
20    attributes:
21      brief:
22        description: null
23        spec-type: interface-brief
24      definition:
25        description: null
26        spec-type: interface-member-definition-directive-list
27      definition-kind:
28        description: null
29        spec-type: interface-compound-definition-kind
30      description:
31        description: null
32        spec-type: interface-description
33      name:
34        description: |
35          It shall be the name of the compound (struct or union).
36        spec-type: str
37      notes:
38        description: null
39        spec-type: interface-notes
40    description: |
41      This set of attributes specifies a compound (struct or union).
42    mandatory-attributes: all
43spec-name: Interface Compound Item Type
44spec-type: interface-compound
45type: spec
Note: See TracBrowser for help on using the repository browser.