blob: 64c07ff42fef6404449622a519e25feba2d6188c [file] [log] [blame]
/* PERMUTE_ARGS:
REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
*/
/**
My module
----
// Computes the interval [x,y)
auto interval = computeInterval(x, y);
----
Backslash-escape parentheses with `\(` and `\)`.
---
(
---
---
)
---
---
Here are some nested `backticks`
// Another interval [x,y)
---
---
This won't end the code block: --- )
// Yet another interval [x,y)
---
*/
module ddoc15475;