Thread overview
[Issue 4612] New: DMD DDoc marks both static and final methods of interfaces as abstract in generated documentation
Aug 10, 2010
Adrian Matoga
[Issue 4612] (D1 only) DMD DDoc marks both static and final methods of interfaces as abstract in generated documentation
Oct 27, 2012
yebblies
August 10, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4612

           Summary: DMD DDoc marks both static and final methods of
                    interfaces as abstract in generated documentation
           Product: D
           Version: D2
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: epi@atari8.info


--- Comment #0 from Adrian Matoga <epi@atari8.info> 2010-08-10 07:36:15 PDT ---
Created an attachment (id=711)
d source and ddoc generated html

Summary is explanatory enough, I think.
I attach both D source and resulting html file.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 27, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4612



--- Comment #1 from github-bugzilla@puremagic.com 2012-10-27 09:08:12 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/5c75b61dac339abe5a2413931cbcbc747f6cf0c1
Fixes Issue 4612 - Abstract should only be printed if method is neither static
nor final.

https://github.com/D-Programming-Language/dmd/commit/9f367d7a1e263b69b8f5dfc7e77487f584a612a6 Merge pull request #1226 from AndrejMitrovic/Fix4612

Fix Issue 4612 - ddoc marks both static and final methods of interfaces as abstract

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 27, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4612


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D1
            Summary|DMD DDoc marks both static  |(D1 only) DMD DDoc marks
                   |and final methods of        |both static and final
                   |interfaces as abstract in   |methods of interfaces as
                   |generated documentation     |abstract in generated
                   |                            |documentation


--- Comment #2 from yebblies <yebblies@gmail.com> 2012-10-28 03:14:16 EST ---
Fixed D2

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