Started documenting JLP with JLP.
This commit is contained in:
@ -7,7 +7,10 @@ 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
|
||||
========= ==========
|
||||
|
||||
----
|
||||
|
||||
========= ===================
|
||||
Created : 2011-09-07
|
||||
Resolved: 2011-12-25T23:26:07
|
||||
========= ===================
|
||||
|
15
doc/issues/0004ts7.rst
Normal file
15
doc/issues/0004ts7.rst
Normal 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
|
||||
========= ==========
|
12
doc/issues/0006bn5.rst
Normal file
12
doc/issues/0006bn5.rst
Normal file
@ -0,0 +1,12 @@
|
||||
Encode Documentation and Code Characters for HTML
|
||||
=================================================
|
||||
|
||||
The text of the documentation and the code is not being HTML encoded,
|
||||
so some characters (most notably `<`) are causing wierd display issues
|
||||
in the resulting output.
|
||||
|
||||
----
|
||||
|
||||
======== ===================
|
||||
Created: 2011-12-26T00:43:44
|
||||
======== ===================
|
Reference in New Issue
Block a user