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