Update How to deprecate authored by Antoine Regimbeau's avatar Antoine Regimbeau
......@@ -24,7 +24,7 @@ AddDocTag(Tags::Deprecated);
## An OTB module
*Soon*: Add the keyword `DEPRECATED` in the call to `otb-module()` macro in file `otb-module.cmake`
*Soon*: Add the keyword `DEPRECATED` in the call to `otb_module()` macro in file `otb-module.cmake`
## How to disable deprecated features when `OTB_USE_DEPRECATED=OFF`?
......
......