www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18022] New: DDoc: reduce ddoc has UT between documentation

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

          Issue ID: 18022
           Summary: DDoc: reduce ddoc has UT between documentation
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: john.michael.hall gmail.com

In the reduce documentation in std.algorithm [1], there is some documentation
and then unittests and then more documentation for additional functions within
the headline reduce template. I believe it should be all documentation and then
unittests.

This issue is not specific to reduce, but this is merely the first one I
noticed it on.

[1] https://dlang.org/phobos/std_algorithm_iteration.html#reduce

--
Nov 30 2017