docs: remove invalid @param originalImageCoordinates from findOtherImages KDoc

This commit is contained in:
Rsedp8 2025-05-24 18:00:21 +02:00
parent 3bf25889ca
commit 42dea5cfb5

View file

@ -137,13 +137,12 @@ class FileProcessor
}
}
/**
* Find other images around the same location that were taken within the last 20 sec
*
* @param originalImageCoordinates
* @param fileBeingProcessed
* @param similarImageInterface
*/
/**
* Finds other images around the same location that were taken within a ±120 sec window.
*
* @param fileBeingProcessed The file currently being checked.
* @param similarImageInterface Callback to display similar images if any are found.
*/
private fun findOtherImages(
fileBeingProcessed: File,
similarImageInterface: SimilarImageInterface?,