source: rtems-central/spec/spec/interface-typedef.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: 974 bytes
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: typedef
11  uid: interface
12spec-description: null
13spec-example: null
14spec-info:
15  dict:
16    attributes:
17      brief:
18        description: null
19        spec-type: interface-brief
20      definition:
21        description: null
22        spec-type: interface-definition-directive
23      description:
24        description: null
25        spec-type: interface-description
26      name:
27        description: |
28          It shall be the name of the typedef.
29        spec-type: str
30      notes:
31        description: null
32        spec-type: interface-notes
33    description: |
34      This set of attributes specifies a typedef.
35    mandatory-attributes: all
36spec-name: Interface Typedef Item Type
37spec-type: interface-typedef
38type: spec
Note: See TracBrowser for help on using the repository browser.