Skip to content

Commit f64eb64

Browse files
committed
tools: format fix
1 parent b593d8f commit f64eb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/doc/doxygen_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def CompileExpressions(self):
9797
# Replace pipe-delimited parameter names with backtick-delimiters
9898
(re.compile(r"\|(\w+)\|"), r"`\1`", self.COMMENT),
9999
# Convert standalone comment lines to Doxygen style.
100-
#(re.compile(r"(^\s*)//(?=[^/])"), r"\1///", self.ANYWHERE),
100+
# (re.compile(r"(^\s*)//(?=[^/])"), r"\1///", self.ANYWHERE),
101101
# Strip trailing comments from preprocessor directives.
102102
(re.compile(r"(^#.*)//.*"), r"\1", self.ANYWHERE),
103103
# Convert remaining trailing comments to doxygen style, unless they are

0 commit comments

Comments
 (0)