MLECO-3802: [Maintenance] Remove Pillow warning

- Image.Resampling.BILINEAR replace deprecated Image.BILINEAR
- Trivial documentation fixes

Change-Id: Ia75af2d2bf171085d4a0a2c472f0e3f94dbdc5b9
Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 704843e..5c4ba3d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -240,7 +240,7 @@
         if (NOT TARGET ${API_TO_USE}_api)
             add_subdirectory(
                 ${SRC_PATH}/application/api/use_case/${API_TO_USE}  # Source path
-                ${CMAKE_BINARY_DIR}/api/use_case/${API_TO_USE})  # Binary path
+                ${CMAKE_BINARY_DIR}/api/use_case/${API_TO_USE})     # Binary path
         endif()
 
         # Check if the target now exists