19 lines
166 B
Plaintext
19 lines
166 B
Plaintext
|
/* foo
|
||
|
* bar
|
||
|
|
||
|
/*! foo
|
||
|
* bar
|
||
|
|
||
|
/*!! foo
|
||
|
* bar
|
||
|
|
||
|
/** foo
|
||
|
* bar
|
||
|
|
||
|
/*** foo
|
||
|
* bar
|
||
|
|
||
|
println!("hello world"); /* foo
|
||
|
bar
|
||
|
|