File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,14 @@ notation:
104
104
*
105
105
* ==Overview==
106
106
* The main class to use is [[my.package.complex.Complex]], as so
107
- * {{{
107
+ * {{ "{{{" }}
108
108
* scala> val complex = Complex(4,3)
109
109
* complex: my.package.complex.Complex = 4 + 3i
110
110
* }}}
111
111
*
112
112
* If you include [[my.package.complex.ComplexConversions]], you can
113
113
* convert numbers more directly
114
- * {{{
114
+ * {{ "{{{" }}
115
115
* scala> import my.package.complex.ComplexConversions._
116
116
* scala> val complex = 4 + 3.i
117
117
* complex: my.package.complex.Complex = 4 + 3i
@@ -181,7 +181,7 @@ ScalaDoc:
181
181
182
182
/** Implicits conversions and helpers for [[mypackage.Complex]] instances.
183
183
*
184
- * {{{
184
+ * {{ "{{{" }}
185
185
* import ComplexImplicits._
186
186
* val c:Complex = 4 + 3.i
187
187
* }}}
You can’t perform that action at this time.
0 commit comments