Skip to content

Commit c47ce9e

Browse files
authored
Merge pull request #239 from ashawley/doc-pp-minimizeEmpty
Document minimizeEmpty in PrettyPrinter
2 parents 968c572 + 102cef3 commit c47ce9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: shared/src/main/scala/scala/xml/PrettyPrinter.scala

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import Utility.sbToString
2121
* @author Burak Emir
2222
* @param width the width to fit the output into
2323
* @param step indentation
24+
* @param minimizeEmpty self-close empty tags
2425
* @note This class is not threadsafe and should not be accessed by
2526
* multiple threads at the same time.
2627
*/

0 commit comments

Comments
 (0)