blob: 1b50e3025069b6520b48a9918b3ae705917f2a17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Test(QString test){
nestedFunction(){ }
}
if else done
return exit
bool float double
some stuff // in-line comment
some stuff /*multi
line
comment */
stuff
some /*single line comment with multi-line tags */
|