Documentation on setNewLineCharacters is Invisible

Here’s the view in Xcode. Its not a big deal, as most programmers understand the syntactical forms for LF and CRLF and the documentation online is pretty easy to find, but I do wonder if there’s a way to treat these characters so that they show up in the editor help pop-ups.

what happens if you edit the source for setNewLineCharacters and escape the necessary characters in the documentation? is this an xcode bug?

Using a \ fixed the issue:

19%20PM

kewl. tag a juce team member to get it fixed in the repo.

Thanks, I’ll get this sorted out.

1 Like