Small thing I just noticed… the lineEndings arguments aren’t showing up in the site documentation for juce::File methods:
Code:
Site:
Small thing I just noticed… the lineEndings arguments aren’t showing up in the site documentation for juce::File methods:
Code:
Site:
Thanks for spotting that discrepancy.
It seems like this may be a case of code injection where the line ending argument is actually fooling the Doxygen parser into thinking the function definition is complete.
Unfortunately, this may be more of a Doxygen bug than something we can fix on our side.