[Issue 1889] Ddoc and <br>
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Mar 3 04:56:50 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1889
------- Comment #1 from ddparnell at bigpond.com 2008-03-03 06:56 -------
Yes, there is a trick. It's not nice but it works. Use $(b) at the begining of
the 'blank' line and that prevents <BR><BR> being generated.
/**
$(TABLE
$(b)
$(TR
$(TD)
$(TD)
)
$(b)
$(TR
$(TD)
$(TD)
)
$(b)
)
*/
However, I was thinking that it would be good if when a DDoc line only
consisted of a single '*' that DDoc could ignore the line totally.
--
More information about the Digitalmars-d-bugs
mailing list