summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/DEPRECATION.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document formatting of DEPRECATION target propertyBrad King2022-01-131-0/+5
| | | | Also add a test case to verify it.
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Add set_property option: DEPRECATIONJoseph Snyder2020-01-021-0/+7
Add a new property flag for a target which contains a message regarding deprecation status. Add a warning at "Generate" time if a linked target is marked as deprecated. Expand ExportImport test to ensure that new property is being set and passed correctly. Ensure that the message is shown during the "Generate" step run of the ExportImport test.