[Issue 3711] New: Ddoc does not generate nothing if std.stdio is imported

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 15 23:30:53 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3711

           Summary: Ddoc does not generate nothing if std.stdio is
                    imported
           Product: D
           Version: 2.038
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: curoles at yahoo.com


--- Comment #0 from Igor Lesik <curoles at yahoo.com> 2010-01-15 23:30:52 PST ---
Steps to Reproduce:

Create file ddoc_bug1.d:
1 /// comment out the line below to see this 2.039
2 import std.stdio;
3 void main(){}

call dmd -D ddoc_bug1.d

Result:

"body" is empty in the generated html file.

<html><head>
...
    <h1>ddoc_bug1</h1>
    <!-- Generated by Ddoc from ddoc_bug1.d -->
<br><br>
<hr><small>Page generated by <a
...

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


More information about the Digitalmars-d-bugs mailing list