We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00012aa commit 4d7ebf6Copy full SHA for 4d7ebf6
pybind11_mkdoc/mkdoc_lib.py
@@ -115,7 +115,7 @@ def process_comment(comment):
115
param_group = r'([\[\w:,\]]+)'
116
117
s = result
118
- s = re.sub(r'[\\@]c\s+%s' % cpp_group, r'``\1``', s)
+ s = re.sub(r'[\\@][cp]\s+%s' % cpp_group, r'``\1``', s)
119
s = re.sub(r'[\\@]a\s+%s' % cpp_group, r'*\1*', s)
120
s = re.sub(r'[\\@]e\s+%s' % cpp_group, r'*\1*', s)
121
s = re.sub(r'[\\@]em\s+%s' % cpp_group, r'*\1*', s)
0 commit comments