mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
ENH: Patch from Alex to make deprecated command documentation more consistent.
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
*/
|
||||
virtual const char* GetTerseDocumentation()
|
||||
{
|
||||
return "Old list item removal command. Use the LIST command.";
|
||||
return "Deprecated. Use the LIST(REMOVE_ITEM ) command instead.";
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -65,8 +65,6 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
"This command has been superceded by the LIST(REMOVE ...) command. "
|
||||
"It is provided for compatibility with older CMake code.\n"
|
||||
" REMOVE(VAR VALUE VALUE ...)\n"
|
||||
"Removes VALUE from the variable VAR. "
|
||||
"This is typically used to remove entries from a vector "
|
||||
|
||||
Reference in New Issue
Block a user