Changes
Page history
Update How to deprecate
authored
Sep 19, 2018
by
Antoine Regimbeau
Hide whitespace changes
Inline
Side-by-side
How-to-deprecate.md
View page @
d725f032
...
@@ -24,7 +24,7 @@ AddDocTag(Tags::Deprecated);
...
@@ -24,7 +24,7 @@ AddDocTag(Tags::Deprecated);
## An OTB module
## An OTB module
*Soon*
:
Add the keyword
`DEPRECATED`
in the call to
`otb_module()`
macro in file
`otb-module.cmake`
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`?
## How to disable deprecated features when `OTB_USE_DEPRECATED=OFF`?
...
...
...
...