p
mdoc
package mdoc
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final class MainSettings extends AnyRef
- trait Reporter extends AnyRef
- trait StringModifier extends AnyRef
-
final
class
Variable extends AnyRef
A captured variable in a code fence.
A captured variable in a code fence.
Example, the code fence below has two statements:
- The first statement has a single variable with name
x
- The second statement has a two variables with namesy
andz
```scala mdoc val x = 1 val (y, z) = (2, 3) ```
Value Members
- object Main
- object MainSettings
- object StringModifier