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

           Summary: Ddoc: Empty description suppress automatic example
                    generation
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ddoc
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Kenji Hara <[email protected]> 2013-03-14 01:11:08 PDT ---
This code doesn't make example section from unittest code.

///
void fooNoDescription() {}
///
unittest { fooNoDescription(); }


Command:
$ dmd -D test


Output:
test

void fooNoDescription();
                  <--- no automatically generated example exists

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

Reply via email to