mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
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:
parent
887a1c3c6d
commit
3ec84ce64d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user