Comment #0 by andrej.mitrovich — 2013-01-12T08:29:09Z
extern is used both as a storage class and as a linkage attribute. Although both are documented they should be linked to one another and example code should be provided to avoid any confusion between the two.
Comment #1 by andrej.mitrovich — 2013-01-12T08:30:48Z
Comment #3 by bruno.do.medeiros+deebugz — 2013-03-05T06:57:25Z
There is still an error in the docs in the part that says:
"
D conventions are:
extern (D):
or:
extern:
"
The last "or: extern:" should be removed because that syntax is interpreted as the storage class, not linkage ?
Comment #4 by andrej.mitrovich — 2013-03-05T07:02:45Z
(In reply to comment #3)
> There is still an error in the docs in the part that says:
> "
> D conventions are:
> extern (D):
> or:
> extern:
> "
>
> The last "or: extern:" should be removed because that syntax is interpreted as
> the storage class, not linkage ?
Yes exactly, thanks.
https://github.com/D-Programming-Language/d-programming-language.org/pull/294