aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-01-23 17:17:55 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-01-31 14:32:41 +0100
commitf56a8b3246adca23ed76beefb0eb5102e70f6d97 (patch)
tree80dbe287197d6a795d805217cf57949f03814346 /compiler
parentdc4bd3d69c1671036dd85be5311c52fd0bc85c4f (diff)
downloaddotty-f56a8b3246adca23ed76beefb0eb5102e70f6d97.tar.gz
dotty-f56a8b3246adca23ed76beefb0eb5102e70f6d97.tar.bz2
dotty-f56a8b3246adca23ed76beefb0eb5102e70f6d97.zip
Add @OlivierBlanvillain to the core devs
Diffstat (limited to 'compiler')
-rw-r--r--compiler/src/dotty/tools/dotc/core/Phases.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/core/Phases.scala b/compiler/src/dotty/tools/dotc/core/Phases.scala
index 773d8dbe8..b066943dd 100644
--- a/compiler/src/dotty/tools/dotc/core/Phases.scala
+++ b/compiler/src/dotty/tools/dotc/core/Phases.scala
@@ -269,7 +269,7 @@ object Phases {
/** A name given to the `Phase` that can be used to debug the compiler. For
* instance, it is possible to print trees after a given phase using:
*
- * ```none
+ * ```bash
* $ ./bin/dotc -Xprint:<phaseNameHere> sourceFile.scala
* ```
*/