mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
"OUTPUT_REQUIRED_FILES(srcfile outputfile)\n"
|
||||
" OUTPUT_REQUIRED_FILES(srcfile outputfile)\n"
|
||||
"Outputs a list of all the source files that are required by the specified srcfile. This list is written into outputfile. This is similar to writing out the dependencies for srcfile except that it jumps from .h files into .cxx, .c and .cpp files if possible.";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user