1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed some doxygen warnings

This commit is contained in:
ed 2020-05-18 14:43:50 +01:00
parent a8b6066187
commit 4b6be143cf
3 changed files with 11 additions and 11 deletions

View file

@ -67,12 +67,6 @@ public:
}
@endcode
@param directory the directory to search in
@param isRecursive whether all the subdirectories should also be searched
@param wildCard the file pattern to match. This may contain multiple patterns
separated by a semi-colon or comma, e.g. "*.jpg;*.png"
@param whatToLookFor a value from the File::TypesOfFileToFind enum, specifying
whether to look for files, directories, or both.
@see RangedDirectoryIterator
*/
JUCE_DEPRECATED (DirectoryIterator (const File& directory,