www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 10188] New: Wrong Document Comment on std.format.d(176)

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10188

           Summary: Wrong Document Comment on std.format.d(176)
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: r.97all gmail.com



---
I found that line 176 of std.format.d is wrong:

and thought it should be:
$(TR $(TD $(B '0')) $(TD numeric ($(B '0'))) $(TD Use leading
but Mr. Kenji Hara pointed that actually I could remove unnecessary text and
made it:
$(TR $(TD $(B '0')) $(TD numeric) $(TD Use leading

Sorry for making incomplete pull request first:
https://github.com/D-Programming-Language/phobos/pull/1307

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 28 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10188




Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/521b080e255d20bb191963223487944ea3a60e1c


fix Issue 10188 - Wrong document comment

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 28 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10188


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



Merged pull request URL:
https://github.com/D-Programming-Language/phobos/pull/1319

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 28 2013