STYLE: fix docs

This commit is contained in:
Ken Martin 2005-11-16 10:16:57 -05:00
parent 09b3d9d2f1
commit a043b6608c
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ public:
*/ */
virtual const char* GetTerseDocumentation() virtual const char* GetTerseDocumentation()
{ {
return "Add an library to the project using the specified source files."; return "Add a library to the project using the specified source files.";
} }
/** /**

View File

@ -71,7 +71,7 @@ public:
"directory (the typical usage), but it may also be an absolute path. " "directory (the typical usage), but it may also be an absolute path. "
"The binary_dir specifies the directory in which to place the output " "The binary_dir specifies the directory in which to place the output "
"files. If it is a relative path it will be evaluated with respect " "files. If it is a relative path it will be evaluated with respect "
"to the current otuput directory, but it may also be an absolute " "to the current output directory, but it may also be an absolute "
"path. If binary_dir is not specified, the value of source_dir, " "path. If binary_dir is not specified, the value of source_dir, "
"before expanding any relative path, will be used (the typical usage). " "before expanding any relative path, will be used (the typical usage). "
"The CMakeLists.txt file in the specified source directory will " "The CMakeLists.txt file in the specified source directory will "