Slick V3.3 User Manual

Page of 568
column as the original source file. Trailing comments are comments that appear at the end of lines that
contain statements or declarations.
• Original relative column - When this option is selected, trailing comments are indented by reusing the
indent after the last character of the end of the statement or declaration of the original source file. Trail-
ing comments are comments that are displayed at the end of lines that contain statements or declara-
tions. For example, if the original code is as follows:
if () {
i=1;<four characters>//trailing comment
i=4;<four characters>/* trailing
comment.
*/
}
The resulting code would be:
if () {
i=1;<four characters>//trailing comment
i=4;<four characters>/* trailing
<four characters>
comment.
<four characters>*/
}
Other Tab
This tab contains the preprocessing and pad condition options.
Figure 7.9. C/C++ Beautifier: Other Tab
C/C++ Beautifier
242