summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/spec-interface/macro.yml
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/tests/spec-interface/macro.yml')
-rw-r--r--rtemsspec/tests/spec-interface/macro.yml22
1 files changed, 15 insertions, 7 deletions
diff --git a/rtemsspec/tests/spec-interface/macro.yml b/rtemsspec/tests/spec-interface/macro.yml
index 1de4b429..449576c2 100644
--- a/rtemsspec/tests/spec-interface/macro.yml
+++ b/rtemsspec/tests/spec-interface/macro.yml
@@ -3,13 +3,21 @@ brief: Very long macro brief description.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- do {
- (void) ${.:/params[1]/name};
- (void) ${.:/params[2]/name};
- (void) ${.:/params[3]/name};
- } while ( 0 );
- ${.:/params[0]/name} + 1;
+ default:
+ attributes: null
+ body: |
+ do {
+ (void) ${.:/params[1]/name};
+ (void) ${.:/params[2]/name};
+ (void) ${.:/params[3]/name};
+ } while ( 0 );
+ ${.:/params[0]/name} + 1;
+ params:
+ - ${.:/params[0]/name}
+ - ${.:/params[1]/name}
+ - ${.:/params[2]/name}
+ - ${.:/params[3]/name}
+ return: null
variants: []
description: null
enabled-by: true