Please allow block comments delimiters (/' and '/) to work on a single line

0 votes
asked Oct 19, 2015 in Closed feature request by Spandex (140 points)

I'd like to see /' and '/  operate on a single line, much as the C preprocessor allows /* and */ to work on a single line. This would allow marking & commenting individual lines. For instance,

'SECTION
'NUMBER      ASSIGNMENTS     TEXT

/' 1 '/      ABC -> DEF   :  This is message 1
             GHI -> JKL   :  This is message 2
/' 2 '/      MNO => PQR   :  This is message 3
etc...

Adding inline comments could also be used to temporarily override snippets of code for debugging.

autonumber /' 10 '/ 11

1 Answer

+1 vote
answered Oct 19, 2015 by plantuml (295,000 points)
selected Jul 8, 2018 by Anthony-Gaudino
 
Best answer
This has been implemented in last beta: https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

It may not be working in some cases, so do not hesitate to give feedback.
...