Changes between Version 10 and Version 11 of j2p
- Timestamp:
- 06/07/23 14:33:09 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v10 v11 54 54 Your code lines each start with "* ", note the whitespace after the star. You are free to indent before the "*". 55 55 56 Your code is automatically indented to the level needed at the insertion 57 place in the coed. 56 Your code is automatically indented to the level needed at the insertion place in the code. 58 57 59 58 Code MUST be placed in either a standard block comment or a single line 60 comment. Starting a javadoc with the {@link #CODE_IN_COMMENT_TXT} is not59 comment. Starting a javadoc with {{{#PY}}} is not 61 60 allowed. This is to encourage proper use of javadoc. 62 61