https://issues.dlang.org/show_bug.cgi?id=18061
Issue ID: 18061
Summary: DDOC_MEMBER_ANCHOR is undocumented
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
https://dlang.org/spec/ddoc.html does not mention DDOC_MEMBER_ANCHOR, but
https://github.com/dlang/dmd/blob/master/res/default_ddoc_theme.ddoc has it,
and the the dlang.org repo's html.ddoc has it (though it purposefully sets it
to nothing).
--