diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:08:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:08:38 (GMT) |
commit | bb88ef5e41c2308db4e3fbd8c4e082495f45e389 (patch) | |
tree | 6a4613f8d0728b83bb744ef78f008e308b0f8704 /Source/cmExportLibraryDependencies.h | |
parent | 14781101fd43a68ea5226f067022df30fa8464b4 (diff) | |
download | CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.zip CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.gz CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmExportLibraryDependencies.h')
-rw-r--r-- | Source/cmExportLibraryDependencies.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmExportLibraryDependencies.h b/Source/cmExportLibraryDependencies.h index dc46fc8..e8af97e 100644 --- a/Source/cmExportLibraryDependencies.h +++ b/Source/cmExportLibraryDependencies.h @@ -22,7 +22,8 @@ /** \class cmExportLibraryDependenciesCommand * \brief Add a test to the lists of tests to run. * - * cmExportLibraryDependenciesCommand adds a test to the list of tests to run . + * cmExportLibraryDependenciesCommand adds a test to the list of tests to run + * */ class cmExportLibraryDependenciesCommand : public cmCommand { @@ -57,7 +58,8 @@ public: */ virtual const char* GetTerseDocumentation() { - return "Write out the dependency information for all targets of a project."; + return + "Write out the dependency information for all targets of a project."; } /** |