Started documenting JLP with JLP.

This commit is contained in:
Jonathan Bernard
2011-12-27 12:02:45 -06:00
parent 1f9b6cc66d
commit f5c7ac64e3
12 changed files with 293 additions and 71 deletions

15
doc/issues/0004ts7.rst Normal file
View File

@ -0,0 +1,15 @@
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.
----
========= ==========
Created: 2011-09-07
Resolved: YYYY-MM-DD
========= ==========