Bug 14594 – [REG2.068a] DDoc for template functions and structs has disappeared

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
All
Creation time
2015-05-17T00:06:00Z
Last change time
2015-06-17T21:05:13Z
Keywords
ddoc, pull
Assigned to
nobody
Creator
andrei

Comments

Comment #0 by andrei — 2015-05-17T00:06:13Z
Simplest test: /** test */ void fun()() { } /// unittest { fun(); } This does not generate in the documentation the unittest code. Removing one set of parens from fun makes the code appear in the documentation.
Comment #1 by dlang-bugzilla — 2015-05-17T00:16:36Z
Comment #2 by andrei — 2015-05-17T01:22:41Z
Thanks Vladimir. To think that this could have been used to push dlang.org...
Comment #3 by k.hara.pg — 2015-05-17T03:14:13Z
Comment #4 by github-bugzilla — 2015-05-17T05:29:12Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b65066ff0713a268e8d90942caec6532f77d96c9 fix Issue 14594 - DDoc for template functions and structs has disappeared https://github.com/D-Programming-Language/dmd/commit/191fee605d7a02fb64dcf5e6c2fae20b5d1fac7f Merge pull request #4660 from 9rnsr/fix14594 [REG2.068a] Issue 14594 - DDoc for template functions and structs has disappeared
Comment #5 by github-bugzilla — 2015-06-17T21:05:13Z