source: rtems-central/spec/rtems/object/if/build-name.yml @ d3edaca

Last change on this file since d3edaca was 5f97799, checked in by Sebastian Huber <sebastian.huber@…>, on 10/05/20 at 13:43:02

spec: Move index-entries to interface type

  • Property mode set to 100644
File size: 834 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: '%'
3copyrights:
4- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
5- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
6definition:
7  default: |
8    ${/score/object/if/build-name:/name}( ${.:/params[0]/name}, ${.:/params[1]/name}, ${.:/params[2]/name}, ${.:/params[3]/name} )
9  variants: []
10description: null
11enabled-by: true
12index-entries: []
13interface-type: macro
14links:
15- role: interface-placement
16  uid: header
17- role: interface-ingroup
18  uid: group
19name: rtems_build_name
20notes: null
21params:
22- description: '%'
23  dir: null
24  name: _C1
25- description: '%'
26  dir: null
27  name: _C2
28- description: '%'
29  dir: null
30  name: _C3
31- description: '%'
32  dir: null
33  name: _C4
34return:
35  return: null
36  return-values: []
37type: interface
Note: See TracBrowser for help on using the repository browser.