@@ -28,24 +28,23 @@ $(GNAME Attribute):
28
28
$(RELATIVE_LINK2 inout, $(D inout))
29
29
$(RELATIVE_LINK2 shared, $(D shared))
30
30
$(RELATIVE_LINK2 gshared, $(D __gshared))
31
- $(GLINK Property )
31
+ $(GLINK AtAttribute )
32
32
$(RELATIVE_LINK2 nothrow, $(D nothrow))
33
33
$(RELATIVE_LINK2 pure, $(D pure))
34
34
$(RELATIVE_LINK2 ref, $(D ref))
35
35
$(RELATIVE_LINK2 return, $(D return))
36
36
37
- $(GNAME Property):
38
- $(D @) $(GLINK PropertyIdentifier)
37
+ $(GNAME AtAttribute):
38
+ $(D @) $(RELATIVE_LINK2 disable, $(D disable))
39
+ $(D @) $(RELATIVE_LINK2 nogc, $(D nogc))
40
+ $(GLINK Property)
41
+ $(D @) $(RELATIVE_LINK2 safe, $(D safe))
42
+ $(D @) $(RELATIVE_LINK2 safe, $(D system))
43
+ $(D @) $(RELATIVE_LINK2 safe, $(D trusted))
39
44
$(GLINK UserDefinedAttribute)
40
45
41
- $(GNAME PropertyIdentifier):
42
- $(RELATIVE_LINK2 property, `property`)
43
- $(RELATIVE_LINK2 safe, `@safe`)
44
- $(RELATIVE_LINK2 safe, `@trusted`)
45
- $(RELATIVE_LINK2 safe, `@system`)
46
- $(RELATIVE_LINK2 disable, $(D disable))
47
- $(RELATIVE_LINK2 nogc, `nogc`)
48
- $(RELATIVE_LINK2 disable, `@disable`)
46
+ $(GNAME Property):
47
+ $(D @) $(RELATIVE_LINK2 property, $(D property))
49
48
50
49
$(GNAME DeclarationBlock):
51
50
$(GLINK2 module, DeclDef)
0 commit comments