← Back to index
|
Original Bugzilla link
Bug 14547 – Ddoc should prefer new Variable Template syntax
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-05-05T10:11:00Z
Last change time
2015-06-17T21:05:03Z
Keywords
ddoc, pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2015-05-05T10:11:17Z
test.d: -------- /// ddoc enum isSomething(T) = true; -------- Command line: dmd -o- -D teest.d Current output: -------- <dt><big><a name="isSomething"></a>template <u>isSomething</u>(T)</big></dt> <dd>ddoc<br><br> </dd> -------- Expected output: -------- <dt><big><a name="isSomething"></a>enum <u>isSomething</u>(T); </big></dt> <dd>ddoc<br><br> </dd> --------
Comment #1
by k.hara.pg — 2015-05-05T10:20:23Z
https://github.com/D-Programming-Language/dmd/pull/4632
Comment #2
by github-bugzilla — 2015-05-11T22:02:10Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/4adaa202f70c237bd4678fc1e8dc09d4c7ace229
fix Issue 14547 - Ddoc should prefer new Variable Template syntax
https://github.com/D-Programming-Language/dmd/commit/acbe13ee54e024c0bba044d1146e244a5ea57502
Merge pull request #4632 from 9rnsr/fix14547 Issue 14547 - Ddoc should prefer new Variable Template syntax
Comment #3
by github-bugzilla — 2015-06-17T21:05:03Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/4adaa202f70c237bd4678fc1e8dc09d4c7ace229
fix Issue 14547 - Ddoc should prefer new Variable Template syntax
https://github.com/D-Programming-Language/dmd/commit/acbe13ee54e024c0bba044d1146e244a5ea57502
Merge pull request #4632 from 9rnsr/fix14547