summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-05-17 16:13:16 +0000
committerPaul Phillips <paulp@improving.org>2009-05-17 16:13:16 +0000
commite76fd544aafa9fe6e8a2ed2173e76ac6b3c807dc (patch)
tree62068ed4bc66f3ec312ba4bd4afea87fc9defcca /src/library
parent2068560890ff96121befe4e3eaf40f2f46860cd6 (diff)
downloadscala-e76fd544aafa9fe6e8a2ed2173e76ac6b3c807dc.tar.gz
scala-e76fd544aafa9fe6e8a2ed2173e76ac6b3c807dc.tar.bz2
scala-e76fd544aafa9fe6e8a2ed2173e76ac6b3c807dc.zip
Updated documentation.
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/xml/PrettyPrinter.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/library/scala/xml/PrettyPrinter.scala b/src/library/scala/xml/PrettyPrinter.scala
index c16e8a0da9..11b219d99d 100644
--- a/src/library/scala/xml/PrettyPrinter.scala
+++ b/src/library/scala/xml/PrettyPrinter.scala
@@ -15,8 +15,9 @@ import scala.collection.Map
import Utility.sbToString
/** Class for pretty printing. After instantiating, you can use the
- * toPrettyXML methods to convert XML to a formatted string. The class
- * 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
+ * XML nodes.
*
* @author Burak Emir
* @version 1.0