show/hide this revision's text 2 clarification

It's similar to /* comment */ vs /** documented comment */ in Java.

The latter works the same, but is also recognised by documentation software to be developer documentation - not just a note.

show/hide this revision's text 1

It's similar to /* comment */ vs /** documented comment */ in Java.