|
76 | 76 | * The attribute can only be attached to methods or constructors which |
77 | 77 | * have Objective-C linkage. That is, a method or a constructor in a |
78 | 78 | * class or interface declared as $(D_CODE extern(Objective-C)). |
79 | | - * ), |
| 79 | + * ) |
80 | 80 | * |
81 | | - * $(LI It cannot be attached to a method or constructor that is a template), |
| 81 | + * $(LI It cannot be attached to a method or constructor that is a template) |
82 | 82 | * |
83 | 83 | * $(LI |
84 | 84 | * The number of colons in the string need to match the number of |
85 | 85 | * arguments the method accept. |
86 | | - * ), |
| 86 | + * ) |
87 | 87 | * |
88 | 88 | * $(LI It can only be used once in a method declaration) |
89 | 89 | * ) |
@@ -181,21 +181,21 @@ version (UdaOptional) |
181 | 181 | * $(UL |
182 | 182 | * $(LI |
183 | 183 | * There can only be one such attribute per symbol. |
184 | | - * ), |
| 184 | + * ) |
185 | 185 | * $(LI |
186 | 186 | * The attribute can only be attached to an `extern(C++)` symbol |
187 | 187 | * (`struct`, `class`, `enum`, function, and their templated counterparts). |
188 | | - * ), |
| 188 | + * ) |
189 | 189 | * $(LI |
190 | 190 | * The attribute cannot be applied to C++ namespaces. |
191 | 191 | * This is to prevent confusion with the C++ semantic, which allows it to |
192 | 192 | * be applied to namespaces. |
193 | | - * ), |
| 193 | + * ) |
194 | 194 | * $(LI |
195 | 195 | * The string arguments must only contain valid characters |
196 | 196 | * for C++ name mangling which currently include alphanumerics |
197 | 197 | * and the underscore character. |
198 | | - * ), |
| 198 | + * ) |
199 | 199 | * ) |
200 | 200 | * |
201 | 201 | * This UDA is not transitive, and inner scope do not inherit outer scopes' |
@@ -252,11 +252,11 @@ version (UdaGNUAbiTag) struct gnuAbiTag |
252 | 252 | * $(LI |
253 | 253 | * the expression is the top-level expression in a statement or the |
254 | 254 | * left-hand expression in a comma expression, and |
255 | | - * ), |
| 255 | + * ) |
256 | 256 | * $(LI |
257 | 257 | * the expression is not an assignment (`=`, `+=`, etc.), increment |
258 | 258 | * (`++`), or decrement (`--`) expression. |
259 | | - * ), |
| 259 | + * ) |
260 | 260 | * ) |
261 | 261 | * |
262 | 262 | * If the declaration of a `struct` or `union` type has the `@mustuse` |
|
0 commit comments