mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Drop builtin command documentation
Drop all GetTerseDocumentation and GetFullDocumentation methods from commands. The command documentation is now in Help/command/*.rst files.
This commit is contained in:
@@ -35,17 +35,7 @@ public:
|
||||
}
|
||||
virtual const char* GetName() const { return "find_file";}
|
||||
|
||||
/**
|
||||
* Succinct documentation.
|
||||
*/
|
||||
virtual const char* GetTerseDocumentation() const
|
||||
{
|
||||
return "Find the full path to a file.";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmFindFileCommand, cmFindPathCommand);
|
||||
protected:
|
||||
virtual void GenerateDocumentation();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user