From 102cef38021d6c5a8324e07174f32d06df9d02f3 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Sun, 15 Jul 2018 14:19:51 -0400 Subject: [PATCH] Document minimizeEmpty in PrettyPrinter --- shared/src/main/scala/scala/xml/PrettyPrinter.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/src/main/scala/scala/xml/PrettyPrinter.scala b/shared/src/main/scala/scala/xml/PrettyPrinter.scala index 13fbd85fb..01545d61a 100755 --- a/shared/src/main/scala/scala/xml/PrettyPrinter.scala +++ b/shared/src/main/scala/scala/xml/PrettyPrinter.scala @@ -21,6 +21,7 @@ import Utility.sbToString * @author Burak Emir * @param width the width to fit the output into * @param step indentation + * @param minimizeEmpty self-close empty tags * @note This class is not threadsafe and should not be accessed by * multiple threads at the same time. */