Skip to content

Commit 9b17410

Browse files
pbackusthewilsonator
authored andcommitted
Remove unneeded commas in core.attribute ddoc
1 parent 705fb36 commit 9b17410

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/core/attribute.d

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ else
7676
* The attribute can only be attached to methods or constructors which
7777
* have Objective-C linkage. That is, a method or a constructor in a
7878
* class or interface declared as $(D_CODE extern(Objective-C)).
79-
* ),
79+
* )
8080
*
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)
8282
*
8383
* $(LI
8484
* The number of colons in the string need to match the number of
8585
* arguments the method accept.
86-
* ),
86+
* )
8787
*
8888
* $(LI It can only be used once in a method declaration)
8989
* )
@@ -181,21 +181,21 @@ version (UdaOptional)
181181
* $(UL
182182
* $(LI
183183
* There can only be one such attribute per symbol.
184-
* ),
184+
* )
185185
* $(LI
186186
* The attribute can only be attached to an `extern(C++)` symbol
187187
* (`struct`, `class`, `enum`, function, and their templated counterparts).
188-
* ),
188+
* )
189189
* $(LI
190190
* The attribute cannot be applied to C++ namespaces.
191191
* This is to prevent confusion with the C++ semantic, which allows it to
192192
* be applied to namespaces.
193-
* ),
193+
* )
194194
* $(LI
195195
* The string arguments must only contain valid characters
196196
* for C++ name mangling which currently include alphanumerics
197197
* and the underscore character.
198-
* ),
198+
* )
199199
* )
200200
*
201201
* This UDA is not transitive, and inner scope do not inherit outer scopes'
@@ -252,11 +252,11 @@ version (UdaGNUAbiTag) struct gnuAbiTag
252252
* $(LI
253253
* the expression is the top-level expression in a statement or the
254254
* left-hand expression in a comma expression, and
255-
* ),
255+
* )
256256
* $(LI
257257
* the expression is not an assignment (`=`, `+=`, etc.), increment
258258
* (`++`), or decrement (`--`) expression.
259-
* ),
259+
* )
260260
* )
261261
*
262262
* If the declaration of a `struct` or `union` type has the `@mustuse`

0 commit comments

Comments
 (0)