Bug 14778 – ddoc doesnt generate code for enum in template struct

Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-07-07T04:14:00Z
Last change time
2016-01-03T14:01:51Z
Keywords
ddoc, pull
Assigned to
nobody
Creator
vlevenfeld

Comments

Comment #0 by vlevenfeld — 2015-07-07T04:14:03Z
main.d: ---------------- /** doc for X */ struct X {} /** doc for Y */ enum Y; /** docs for Z */ struct Z (T) { /** docs for W */ enum W = 1.0; } ------------------- dmd -c -D -o- main.d
Comment #1 by k.hara.pg — 2015-07-07T11:47:31Z
Comment #2 by github-bugzilla — 2015-10-18T17:28:55Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d24a3f8fa0864849d324b210796b92d22c938eae fix Issue 14778 - ddoc doesnt generate code for enum in template struct https://github.com/D-Programming-Language/dmd/commit/9f5c142f4696cac5e06c1a4b65b8de344401a126 Merge pull request #4802 from 9rnsr/fix14778 Issue 14778 - ddoc doesn't generate code for enum in template struct
Comment #3 by github-bugzilla — 2016-01-03T14:01:51Z