We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7913982 commit f6f21bdCopy full SHA for f6f21bd
src/library/scala/xml/PrettyPrinter.scala
@@ -15,8 +15,9 @@ import scala.collection.Map
15
import Utility.sbToString
16
17
/** Class for pretty printing. After instantiating, you can use the
18
- * toPrettyXML methods to convert XML to a formatted string. The class
19
- * can be reused to pretty print any number of XML nodes.
+ * format() and formatNode() methods to convert XML to a formatted
+ * string. The class can be reused to pretty print any number of
20
+ * XML nodes.
21
*
22
* @author Burak Emir
23
* @version 1.0
0 commit comments