[Issue 122] DDoc newline behaviour produces suboptimal results
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 13 13:05:08 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=122
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-03-13 13:05:06 PST ---
I've worked out what this is. Trailing newlines don't get stripped from the
Description section. Yes, action on an ancient bug!
Here's a test case:
/**
foo1
this has one BR*/
void foo1();
/**
foo2
this also has one BR
*/
void foo2();
/**
foo3
this still just has one BR
*/
void foo3();
/**
foo4
but this has two BRs!!
*/
void foo4();
--
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