Steven Schveighoffer (@schveiguy) reported this on 2024-08-02T17:15:42Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=24693
Description
The @standalone attribute was added in 2.107:
https://dlang.org/changelog/2.107.0.html#dmd.standalone-attribute
This is not documented in the static constructor area of the spec, but should be. It is only documented in the library for the attribute.
The library docs also do not link the attribute in the top table (which is technically a dmd issue)
dlang-bot commented on 2024-08-03T11:41:22Z
@ntrel created dlang/dmd pull request #16766 "[trivial] [core.attribute] Add top link for `@standalone`" mentioning this issue:
- [core.attribute] Add top link for `@standalone`
Part of Bugzilla 24693 - [SPEC] The @standalone attribute should be documented in the spec
https://github.com/dlang/dmd/pull/16766
dlang-bot commented on 2024-08-03T12:39:35Z
dlang/dmd pull request #16766 "[trivial] [core.attribute] Add top link for `@standalone`" was merged into master:
- 70def8ca6ff30d0352e7ac8d571e74d4eca420d3 by Nick Treleaven:
[core.attribute] Add top link for `@standalone`
Part of Bugzilla 24693 - [SPEC] The @standalone attribute should be documented in the spec
https://github.com/dlang/dmd/pull/16766