Bug 1575495: part 5) Add comment to setWrapColumn that value 0 disables wrapping. r=hsivonen

Differential Revision: https://phabricator.services.mozilla.com/D42841

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mirko Brodesser 2019-08-23 13:17:08 +00:00
parent 887a1c3c6d
commit 3ec84ce64d

View File

@ -279,7 +279,7 @@ interface nsIDocumentEncoder : nsISupports
/**
* Set a wrap column. This may have no effect in some types of encoders.
* @param aWrapColumn Column to which to wrap.
* @param aWrapColumn Column to which to wrap. If 0, wrapping is disabled.
*/
void setWrapColumn(in unsigned long aWrapColumn);