summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/xstring.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/xstring.yml')
-rw-r--r--spec/rtems/basedefs/if/xstring.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/spec/rtems/basedefs/if/xstring.yml b/spec/rtems/basedefs/if/xstring.yml
new file mode 100644
index 00000000..ba73f8ec
--- /dev/null
+++ b/spec/rtems/basedefs/if/xstring.yml
@@ -0,0 +1,28 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ Stringifies the expansion of _x.
+copyrights:
+- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
+definition:
+ default: ${string:/name}( _x )
+ variants: []
+description: null
+enabled-by: true
+interface-type: macro
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: group
+name: RTEMS_XSTRING
+notes: null
+params:
+- description: |
+ is the token expand and stringify.
+ dir: null
+ name: _x
+return:
+ return: |
+ The stringification of the expansion of token _x.
+ return-values: []
+type: interface