foo
1 // comment 1 2 foreach (i; 0 .. 10) 3 { 4 // comment 2 5 documentedFunction(); 6 }
See Implementation
foo