← Back to index
|
Original Bugzilla link
Bug 10870 – Ddoc adds "abstract" to interfaces
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-08-22T09:30:00Z
Last change time
2015-06-09T05:11:43Z
Keywords
ddoc, pull
Assigned to
andrej.mitrovich
Creator
doob
Comments
Comment #0
by doob — 2013-08-22T09:30:14Z
Example: std.stream.InputStream
http://dlang.org/phobos/std_stream.html
Comment #1
by andrej.mitrovich — 2013-08-22T09:48:58Z
https://github.com/D-Programming-Language/dmd/pull/2493
Comment #2
by github-bugzilla — 2013-08-26T23:58:18Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/86a069749567f6b2306483a263a527b9b1e6936e
Fix Issue 10870 - An interface in ddoc output should not be marked as abstract.
https://github.com/D-Programming-Language/dmd/commit/ce9c7562f93cb60452658ef2ceef757f038cd4d1
Merge pull request #2493 from AndrejMitrovic/Fix10870 Issue 10870 - An interface in ddoc output should not be marked as abstract.
Comment #3
by github-bugzilla — 2013-08-27T00:02:38Z
Commit pushed to dmd-1.x at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/6fca3d6d830c57b5ea9b132fd08b4d22a232ae1f
fix Issue 10870 - Ddoc adds 'abstract' to interfaces