[Issue 1628] New: Ddoc produces invalid documentation for --- blocks

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 30 15:28:07 PDT 2007


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

           Summary: Ddoc produces invalid documentation for --- blocks
           Product: D
           Version: 1.022
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: onlystupidspamhere at yahoo.se


Adding newlines between ---s produce odd output. Here's a minimal example:

<code>
/**----

----*/class C{}
</code>

produces

<output>
mymodule


 $(DDOC_MODULE_MEMBERS 
class F; 
 $(DDOC_DECL_DD
</output>

Removing the line feeds between ---'s or filling the empty line with content
hides the errors.


-- 



More information about the Digitalmars-d-bugs mailing list