summaryrefslogtreecommitdiff
path: root/spec-qdp/spec/qdp-sphinx-component-copy-files.yml
blob: af8e8c8dd19bb2e5b9f26790c2d64d76faf36cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020, 2023 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: root
- role: spec-refinement
  spec-key: action
  spec-value: copy-files
  uid: qdp-sphinx-component
spec-description: null
spec-example: null
spec-info:
  dict:
    attributes:
      destination:
        description: |
          It shall be the path to the destination directory.
        spec-type: str
      files:
        description: |
          It shall be the list of the files to copy from the source directory
          to the destination directory.  The files may be specified by a path
          relative to the source directory.  This relative path is preserved in
          the destination directory.
        spec-type: list-str
      source:
        description: |
          It shall be the path to the source directory.
        spec-type: str
    description: |
      This set of attributes specifies a list of files to copy from the source
      directory to the destination directory.
    mandatory-attributes: all
spec-name: Sphinx Document Component Copy Files Action
spec-type: qdp-sphinx-component-copy-files
type: spec