home  

set_numbering_for_html_output

Properties

  Category: Warn levels - 1: error, 2: warning (default), 3: note
      Type: boolean [false, true]
   Default: false

Description

insert the number of the line at the beginning of each line

Examples

raw CPP code set_numbering_for_html_output=false set_numbering_for_html_output=true
void f1(){for(i=0;i<10;i++)a++;} void f2(){for(i=0;i<10;i++){a++;}} void f1(){ for(i=0; i<10; i++) a++; } void f2(){ for(i=0; i<10; i++){a++;} } void f1(){ for(i=0; i<10; i++) a++; } void f2(){ for(i=0; i<10; i++){a++;} }
 

Not the best code for this option? See how to improve the .uds file used to generate these examples.