Mistake in XmlElement docs

int lineWrapLength = 60; /**< A maximum line length before wrapping is done. (If allOnOneLine is true, this is ignored) */
There is no member variable name allOnOneLine

Where is this at? I believe they’re referring to the argument(s) allOnOneLine in the createDocument() / writeToStream() / writeToFile() methods

https://docs.juce.com/master/classXmlElement.html#a4a55313aba630bc87deb927375f06cff

In struct TextFormat

I think it should say: If newLineChars == nullptr, this is ignored

I can’t find this anywhere in XmlElement, and I also only see a newLineChars in the CodeDocument class files. Is this an older version of JUCE?

It’s in the latest on develop:

Thanks, I’ll get that fixed.