summaryrefslogtreecommitdiffstats
path: root/rtemsspec/interface.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-05 14:41:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-09 14:02:19 +0200
commitb09435ee59638510886ecb2df48c881fb58bd109 (patch)
tree2f5a082a7bbf3e5e310abb493644efbd3bc64bb3 /rtemsspec/interface.py
parentspec: Reference types in construct directives (diff)
downloadrtems-central-b09435ee59638510886ecb2df48c881fb58bd109.tar.bz2
interfacedoc: Generate type documentation
Diffstat (limited to 'rtemsspec/interface.py')
-rw-r--r--rtemsspec/interface.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rtemsspec/interface.py b/rtemsspec/interface.py
index 6a11f1c3..10ecf40a 100644
--- a/rtemsspec/interface.py
+++ b/rtemsspec/interface.py
@@ -267,10 +267,12 @@ def _get_register_name(definition: Dict[str, Any]) -> Tuple[str, str]:
_CONSTRAINT_TARGET = {
- "interface/function": "this directive",
"interface/define": "this constant",
+ "interface/function": "this directive",
"interface/macro": "this directive",
+ "interface/struct": "this structure",
"interface/typedef": "functions of this type",
+ "interface/union": "this union",
"interface/variable": "this object",
}