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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 15 12:57:46 PDT 2010


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



--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-03-15 12:57:45 PDT ---
This is pretty simple, we just need to cope with the case where the code
section is empty. 
I also generate an error for cases like:
/**
 this code doesn't have a proper ending
---
  int x;
*/

which I think is better than generating an invalid html file.

-- 
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