Skip to content

Commit f6f21bd

Browse files
paulpadriaanm
authored andcommitted
Updated documentation.
1 parent 7913982 commit f6f21bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/library/scala/xml/PrettyPrinter.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ import scala.collection.Map
1515
import Utility.sbToString
1616

1717
/** 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.
18+
* format() and formatNode() methods to convert XML to a formatted
19+
* string. The class can be reused to pretty print any number of
20+
* XML nodes.
2021
*
2122
* @author Burak Emir
2223
* @version 1.0

0 commit comments

Comments
 (0)