JUCE
JUCE copied to clipboard
Correct and clarify SpecialLocationType documentation
Supersedes #1058 (wanted to submit another PR, so needed to put these commits on a branch)
👋🏼 This PR
-
Clarifies a few incorrect paths specified in old documentation (from 15 years ago!). For example
userApplicationDataDirectoryon Windows no longer points to\Documents and Settings\username\Application Data, but to\Users\username\AppData\Roaming -
Removes a bunch of "might be/may be" language that was obscuring rather than clarifying how paths are resolved.
-
Provides details on how special locations are resolved on Windows.
-
Cleans up some unintentional code blocks in juce_File.h's documentation (a newline after the first line in a doc section treated the next chunk as indented code):
See this forum post for more detail.
Render with the changes (doxygen ran fine locally):