mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
33 lines
483 B
D
33 lines
483 B
D
/* 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;
|