We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d045b8 commit c9f0795Copy full SHA for c9f0795
sphinxcontrib/chapeldomain/__init__.py
@@ -42,7 +42,8 @@
42
chpl_sig_pattern = re.compile(
43
r"""^ ((?:\w+\s+)* # opt: prefixes
44
(?:
45
- proc|iter|class|record|interface|operator|attribute # must end with keyword
+ proc|iter|class|record|
46
+ interface|operator|attribute # must end with keyword
47
)\s+
48
(?:type\s+|param\s+|ref\s+)? # opt: 'this' intent
49
# (type, param, ref)
0 commit comments