Thread overview
[Issue 2570] New: Patch for some mistakes in Ddoc comments.
Jan 08, 2009
d-bugmail
Jan 08, 2009
d-bugmail
Jan 12, 2009
d-bugmail
Mar 29, 2009
d-bugmail
Apr 01, 2009
d-bugmail
January 08, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2570

           Summary: Patch for some mistakes in Ddoc comments.
           Product: D
           Version: 1.039
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: ddoc
          Severity: trivial
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: aziz.kerim@gmail.com


See attachment.


-- 

January 08, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2570





------- Comment #1 from aziz.kerim@gmail.com  2009-01-08 16:15 -------
Created an attachment (id=286)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=286&action=view)
Patch made with git. Hope it works for you.


-- 

January 12, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2570





------- Comment #2 from aziz.kerim@gmail.com  2009-01-12 15:39 -------
(In reply to comment #1)

Apply the patch using:
$ cp patch dmd_root/ && cd dmd_root/
$ patch -p1 < patch

I recommend using the patch before the source code changes too much, otherwise some hunks won't merge properly, requiring you to manually edit the lines.


-- 

March 29, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2570





------- Comment #3 from braddr@puremagic.com  2009-03-29 01:33 -------
patch applied to both 1.x and trunk for the next release


-- 

April 01, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2570


bugzilla@digitalmars.com changed:

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




------- Comment #4 from bugzilla@digitalmars.com  2009-04-01 13:46 -------
Fixed DMD 1.042 and 2.027


--