Slick V3.3 manual C/C++ Beautifier Other Tab

Models: V3.3

1 568
Download 568 pages 2.03 Kb
Page 264
Image 264

C/C++ Beautifier

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

242

Page 264
Image 264
Slick V3.3 manual C/C++ Beautifier Other Tab