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 a50e432 commit 4b43f41Copy full SHA for 4b43f41
linuxdoc/kernel_doc.py
@@ -171,7 +171,7 @@ def __getitem__(self, group):
171
type_member_func = RE(type_member.pattern + r"\(\)")
172
type_func = RE(r"(?<=\s)(\w+)(?<!\\)\(\)")
173
type_constant = RE(r"(?<=\s)\%([-_\w]+)")
174
-type_param = RE(r"(?<=\s)\@(\w+)")
+type_param = RE(r"(?<=\s)\@(\w*(\.\w+)*(\.\.\.)?)")
175
type_env = RE(r"(?<=\s)(\$\w+)")
176
type_struct = RE(r"(?<=\s)\&((struct\s*)*[_\w]+)")
177
0 commit comments