www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16152] New: dpl-docs/ddox doesn't show documentation for

https://issues.dlang.org/show_bug.cgi?id=16152

          Issue ID: 16152
           Summary: dpl-docs/ddox doesn't show documentation for eponymous
                    template member
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: code dawg.eu

Just shows the empty documentation for the template, but the nested member gets
overwritten or so.
http://dlang.org/library/std/parallelism/task_pool.reduce.html
https://github.com/dlang/phobos/blob/cea112b1d1f81dcfb8b9a2cdf3b4c301b9a1e093/std/parallelism.d#L2344

Guess the docs should have been on the template itself, but it works with ddoc
and the json output.

--
Jun 10 2016