From ca6c1582afbc748ae0f02410b54039b0af36fc73 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 19 Jan 2021 11:15:44 +0100 Subject: content: Do not warp code blocks --- rtemsspec/interface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtemsspec/interface.py') 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) -- cgit v1.2.3