1 /* PERMUTE_ARGS: 2 REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o- 3 POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 4 TEST_OUTPUT: 5 --- 6 --- 7 */ 8 9 /** 10 My module 11 ---- 12 // Computes the interval [x,y) 13 auto interval = computeInterval(x, y); 14 ---- 15 16 Backslash-escape parentheses with `\(` and `\)`. 17 18 --- 19 ( 20 --- 21 22 --- 23 ) 24 --- 25 26 --- 27 Here are some nested `backticks` 28 // Another interval [x,y) 29 --- 30 31 --- 32 This won't end the code block: --- ) 33 // Yet another interval [x,y) 34 --- 35 */ 36 module ddoc15475;