https://issues.dlang.org/show_bug.cgi?id=24693
Issue ID: 24693
Summary: [SPEC] The @standalone attribute should be documented
in the spec
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Keywords: ddoc, spec
Severity: enhancement
Priority: P1
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
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)
--