summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/concat.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-25 09:52:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit8821c7d4313148585caaf6f93e85346537746587 (patch)
tree6eedae16d1e957de7a3628d78c4e053d92ea1ec7 /spec/if/rtems/basedefs/concat.yml
parentspec: Add specification of interface group items (diff)
downloadrtems-central-8821c7d4313148585caaf6f93e85346537746587.tar.bz2
Rename interface attributes
Diffstat (limited to 'spec/if/rtems/basedefs/concat.yml')
-rw-r--r--spec/if/rtems/basedefs/concat.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/spec/if/rtems/basedefs/concat.yml b/spec/if/rtems/basedefs/concat.yml
index 5e73ceba..12ef9d21 100644
--- a/spec/if/rtems/basedefs/concat.yml
+++ b/spec/if/rtems/basedefs/concat.yml
@@ -1,16 +1,22 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ Concatenates _x and _y without expanding.
copyrights:
- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-interface-brief: |
- Concatenates _x and _y without expanding.
-interface-definition:
+definition:
default: _x##_y
variants: []
-interface-description: null
-interface-name: RTEMS_CONCAT
-interface-notes: null
-interface-params:
+description: null
+enabled-by: true
+interface-type: macro
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: /groups/api/basedefs
+name: RTEMS_CONCAT
+notes: null
+params:
- description: |
is the left hand side token of the concatenation.
dir: null
@@ -19,14 +25,8 @@ interface-params:
is the right hand side token of the concatenation.
dir: null
name: _y
-interface-return:
+return:
return: |
The concatenation of the tokens _x and _y.
return-values: []
-interface-type: macro
-links:
-- role: interface-placement
- uid: header
-- role: interface-ingroup
- uid: /groups/api/basedefs
type: interface