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 053ef96 commit a1ee043Copy full SHA for a1ee043
spec/function.dd
@@ -45,12 +45,12 @@ $(GNAME Parameter):
45
$(GLINK ParameterAttributes)$(OPT) $(GLINK2 type, Type) $(D =) $(ASSIGNEXPRESSION)
46
47
$(GNAME ParameterAttributes):
48
- $(GLINK InOut)
+ $(GLINK ParameterStorageClass)
49
$(GLINK2 attribute, UserDefinedAttribute)
50
- $(GSELF ParameterAttributes) $(GLINK InOut)
+ $(GSELF ParameterAttributes) $(GLINK ParameterStorageClass)
51
$(GSELF ParameterAttributes) $(GLINK2 attribute, UserDefinedAttribute)
52
53
-$(GNAME InOut):
+$(GNAME ParameterStorageClass):
54
$(D auto)
55
$(GLINK2 type, TypeCtor)
56
$(D final)
0 commit comments