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.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/rtems/basedefs/if/xstring.yml b/spec/rtems/basedefs/if/xstring.yml
index 0218a29f..8dc7bcc2 100644
--- a/spec/rtems/basedefs/if/xstring.yml
+++ b/spec/rtems/basedefs/if/xstring.yml
@@ -1,10 +1,10 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Stringifies the expansion of _x.
+ Stringifies the expansion of the arguments.
copyrights:
- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${string:/name}( ${.:/params[0]/name} )
+ default: ${string:/name}( __VA_ARGS__ )
variants: []
description: null
enabled-by: true
@@ -19,11 +19,11 @@ name: RTEMS_XSTRING
notes: null
params:
- description: |
- is the token expand and stringify.
+ are the arguments to expand and stringify.
dir: null
- name: _x
+ name: ...
return:
return: |
- Returns the stringification of the expansion of token _x.
+ Returns the stringification of the expansion of the arguments.
return-values: []
type: interface