ENVY/QA User Guide : Code Formatter : Formatting Comments : Format Comments in the Body of the Code
Format Comments in the Body of the Code
If this option is enabled, comments in the body of the code are formatted
OFF
(do not format comments in the body of the code)
sample
self location: 2 "this is a lengthy comment that should be formatted"
ON
(format comments in the body of the code)
sample
self location: 2 "this is a lengthy comment that should be
formatted"
Format Method Header Comment
If this option is enabled, the main method comment is formatted.
OFF
(do not format the method header comment)
sample
"This is a very, very long comment about the sample method and it should be
reformatted."
^self
ON
(format the method header comment)
sample
"This is a very, very long comment about the sample method and it
should be reformatted."
^self
Last modified date: 06/30/2015