[rtems-central commit] spec: Fix some attributes

Sebastian Huber sebh at rtems.org
Wed Sep 15 06:02:35 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    cfb295cae1e947631644fb3092247231ca1317ca
Changeset: http://git.rtems.org/rtems-central/commit/?id=cfb295cae1e947631644fb3092247231ca1317ca

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 10 14:14:11 2021 +0200

spec: Fix some attributes

---

 spec/dev/grlib/if/io-header.yml             | 4 ++--
 spec/rtems/io/if/header-2.yml               | 4 ++--
 spec/rtems/io/if/header-4.yml               | 4 ++--
 spec/rtems/malloc/if/header.yml             | 4 ++--
 spec/score/smp/val/per-cpu-jobs.yml         | 2 +-
 spec/spec/interface-function-definition.yml | 1 +
 spec/spec/interface-member-definition.yml   | 1 +
 7 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/spec/dev/grlib/if/io-header.yml b/spec/dev/grlib/if/io-header.yml
index 075f536..c7c3c8b 100644
--- a/spec/dev/grlib/if/io-header.yml
+++ b/spec/dev/grlib/if/io-header.yml
@@ -5,10 +5,10 @@ copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
 index-entries: []
-interface-type: container
+interface-type: header-file
 links:
 - role: interface-placement
-  uid: /if/domain
+  uid: /bsp/if/domain
 path: grlib/io.h
 prefix: bsps/include
 type: interface
diff --git a/spec/rtems/io/if/header-2.yml b/spec/rtems/io/if/header-2.yml
index a5101d0..8367bdd 100644
--- a/spec/rtems/io/if/header-2.yml
+++ b/spec/rtems/io/if/header-2.yml
@@ -4,10 +4,10 @@ copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
 index-entries: []
-interface-type: container
+interface-type: header-file
 links:
 - role: interface-placement
-  uid: /if/domain
+  uid: /score/if/domain
 path: rtems/libio.h
 prefix: cpukit/include
 type: interface
diff --git a/spec/rtems/io/if/header-4.yml b/spec/rtems/io/if/header-4.yml
index d5111a9..6e60a54 100644
--- a/spec/rtems/io/if/header-4.yml
+++ b/spec/rtems/io/if/header-4.yml
@@ -5,10 +5,10 @@ copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
 index-entries: []
-interface-type: container
+interface-type: header-file
 links:
 - role: interface-placement
-  uid: /if/domain
+  uid: /score/if/domain
 path: rtems/print.h
 prefix: cpukit/include
 type: interface
diff --git a/spec/rtems/malloc/if/header.yml b/spec/rtems/malloc/if/header.yml
index a5e0448..cfe04a0 100644
--- a/spec/rtems/malloc/if/header.yml
+++ b/spec/rtems/malloc/if/header.yml
@@ -4,10 +4,10 @@ copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
 index-entries: []
-interface-type: container
+interface-type: header-file
 links:
 - role: interface-placement
-  uid: /if/domain
+  uid: /score/if/domain
 path: rtems/malloc.h
 prefix: cpukit/include
 type: interface
diff --git a/spec/score/smp/val/per-cpu-jobs.yml b/spec/score/smp/val/per-cpu-jobs.yml
index 1168615..ab51a3e 100644
--- a/spec/score/smp/val/per-cpu-jobs.yml
+++ b/spec/score/smp/val/per-cpu-jobs.yml
@@ -39,7 +39,7 @@ test-brief: |
 test-context: []
 test-context-support: null
 test-description: null
-test-header: []
+test-header: null
 test-includes:
 - rtems.h
 - rtems/score/atomic.h
diff --git a/spec/spec/interface-function-definition.yml b/spec/spec/interface-function-definition.yml
index 40e3db6..34acd46 100644
--- a/spec/spec/interface-function-definition.yml
+++ b/spec/spec/interface-function-definition.yml
@@ -8,6 +8,7 @@ links:
 spec-description: null
 spec-example: null
 spec-info:
+  none: null
   dict:
     attributes:
       attributes:
diff --git a/spec/spec/interface-member-definition.yml b/spec/spec/interface-member-definition.yml
index 2f8be1f..73004af 100644
--- a/spec/spec/interface-member-definition.yml
+++ b/spec/spec/interface-member-definition.yml
@@ -8,6 +8,7 @@ links:
 spec-description: null
 spec-example: null
 spec-info:
+  none: null
   dict:
     attributes:
       brief:



More information about the vc mailing list