Changes
Page history
Update the module part
authored
Sep 21, 2018
by
Antoine Regimbeau
Show whitespace changes
Inline
Side-by-side
How-to-deprecate.md
View page @
87ddcbf5
...
@@ -61,6 +61,8 @@ otb_module(OTBDModuleName
...
@@ -61,6 +61,8 @@ otb_module(OTBDModuleName
)
)
```
```
Please make sure that all of the classes in the module have the
`ModuleName_DEPRECATED_EXPORT`
and the Doxygene tag
`\deprecated`
.
#### How to disable deprecated features when `OTB_USE_DEPRECATED=OFF`?
#### How to disable deprecated features when `OTB_USE_DEPRECATED=OFF`?
For an example, see
[
this MR
](
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/merge_requests/236/diffs
)
For an example, see
[
this MR
](
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/merge_requests/236/diffs
)
...
...
...
...