summaryrefslogtreecommitdiffstats
path: root/rtemsspec/sphinxcontent.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/sphinxcontent.py')
-rw-r--r--rtemsspec/sphinxcontent.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsspec/sphinxcontent.py b/rtemsspec/sphinxcontent.py
index e0084af8..1fc3d3c7 100644
--- a/rtemsspec/sphinxcontent.py
+++ b/rtemsspec/sphinxcontent.py
@@ -224,6 +224,8 @@ def _get_value_sphinx_function(ctx: ItemGetValueContext) -> Any:
def _get_value_sphinx_type(ctx: ItemGetValueContext) -> Any:
+ if ctx.item.get("definition-kind", "") == "struct-only":
+ return f"``struct {ctx.value[ctx.key]}``"
return f":c:type:`{ctx.value[ctx.key]}`"