April 08, 2017
https://issues.dlang.org/show_bug.cgi?id=17311

          Issue ID: 17311
           Summary: std.conv has ddoc warnings when compiled
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: bugzilla@digitalmars.com

..\dmd -c -o- -conf= -O -release -w -dip25 -I..\druntime\import -version=StdDdoc -Df..\doc\phobos\std_conv.html std.ddoc std\conv.d std\conv.d(1892): Warning: Ddoc: function declaration has no parameter 's' std\conv.d(2546): Warning: Ddoc: function declaration has no parameter 'p'

--