You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ If you are cross-building a project that uses scala-xml with both Scala 2.10 and
8
8
9
9
The compiler was decoupled from this particular implementation using the same approach as for comprehensions (XML syntax is desugared into a set of method calls, which unfortunately is only defined by the [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala)). Alternative implementations are welcome!
10
10
11
-
API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/).
11
+
API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/scala/xml/index.html).
0 commit comments