Changes between Version 10 and Version 11 of j2p


Ignore:
Timestamp:
06/07/23 14:33:09 (21 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v10 v11  
    5454Your code lines each start with "* ", note the whitespace after the star. You are free to indent before the "*".
    5555
    56 Your code is automatically indented to the level needed at the insertion
    57  place in the coed.
     56Your code is automatically indented to the level needed at the insertion place in the code.
    5857
    5958Code 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 not
     59comment. Starting a javadoc with {{{#PY}}} is not
    6160allowed. This is to encourage proper use of javadoc.
    6261