diff --git a/modules/FindCorrade.cmake b/modules/FindCorrade.cmake
index 03285cb4f..e63bc035a 100644
--- a/modules/FindCorrade.cmake
+++ b/modules/FindCorrade.cmake
@@ -131,12 +131,17 @@
# ``Corrade::TestSuite`` target is linked automatically to each test. Note
# that the :command:`enable_testing()` function must be called explicitly.
#
-# You can list files needed by the test in the `FILES` section. The filenames
-# are treated relatively to `CMAKE_CURRENT_SOURCE_DIR`. On desktop platforms
-# the files are added to the :prop_test:`REQUIRED_FILES` target property. On
+# You can list files needed by the test in the ``FILES`` section. If given
+# filename is relative, it is treated relatively to `CMAKE_CURRENT_SOURCE_DIR`.
+# The files are added to the :prop_test:`REQUIRED_FILES` target property. On
# Emscripten they are bundled to the executable and available in the virtual
# filesystem root. On Android they are copied along the executable to the
-# target.
+# target. In case of Emscripten and Android, if the file is absolute or
+# contains ``..``, only the leaf name is used. Alternatively you can have a
+# filename formatted as ``@