summaryrefslogtreecommitdiffstats
path: root/rtemsspec/interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/interface.py')
-rw-r--r--rtemsspec/interface.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemsspec/interface.py b/rtemsspec/interface.py
index c9b07ff0..d796e2eb 100644
--- a/rtemsspec/interface.py
+++ b/rtemsspec/interface.py
@@ -408,8 +408,8 @@ class Node:
with content.doxygen_block():
content.add_ingroup(_get_group_identifiers(ingroups))
content.add_brief_description(self.substitute_text(item["brief"]))
- content.wrap(self.substitute_text(item["description"]))
- content.wrap(self.substitute_text(item["notes"]))
+ content.doxyfy(self.substitute_text(item["description"]))
+ content.doxyfy(self.substitute_text(item["notes"]))
if "params" in item:
content.add_param_description(item["params"],
self.substitute_text)