2011-12-27 18:02:45 +00:00
|
|
|
Fix delimited doc block behavior.
|
|
|
|
=================================
|
|
|
|
|
|
|
|
Delimited doc blocks require that the start token be the first non-space token
|
|
|
|
on the line it is on and that the end token be on it's own line. This is not in
|
|
|
|
line with the general nature of delimited comment blocks, which do not place
|
|
|
|
any restrictions on what comes before the start delimiter or after the end
|
|
|
|
delimiter.
|
|
|
|
|
2012-01-06 20:41:01 +00:00
|
|
|
|
2011-12-27 18:02:45 +00:00
|
|
|
----
|
|
|
|
|
2012-01-06 20:41:01 +00:00
|
|
|
========= ===================
|
|
|
|
Created : 2011-09-07
|
|
|
|
Resolved: 2011-12-25T23:26:07
|
|
|
|
========= ===================
|