tools: format fix

This commit is contained in:
Corentin Le Molgat
2025-11-12 17:07:47 +01:00
parent c9eb2abc3b
commit 45261a00be

View File

@@ -97,7 +97,7 @@ class DoxygenFormatter:
# Replace pipe-delimited parameter names with backtick-delimiters
(re.compile(r"\|(\w+)\|"), r"`\1`", self.COMMENT),
# Convert standalone comment lines to Doxygen style.
#(re.compile(r"(^\s*)//(?=[^/])"), r"\1///", self.ANYWHERE),
# (re.compile(r"(^\s*)//(?=[^/])"), r"\1///", self.ANYWHERE),
# Strip trailing comments from preprocessor directives.
(re.compile(r"(^#.*)//.*"), r"\1", self.ANYWHERE),
# Convert remaining trailing comments to doxygen style, unless they are