diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-03-01 20:26:15 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-03-01 20:26:15 (GMT) |
commit | bd0447be7d65bb03a8b489755c7a75ece4aa9cbb (patch) | |
tree | b9d7793c3052dbf423e976d696e54f436d87f035 /Source/cmPolicies.h | |
parent | d49ef18f8a9ebe4e512d67d3fb88958c655beb69 (diff) | |
download | CMake-bd0447be7d65bb03a8b489755c7a75ece4aa9cbb.zip CMake-bd0447be7d65bb03a8b489755c7a75ece4aa9cbb.tar.gz CMake-bd0447be7d65bb03a8b489755c7a75ece4aa9cbb.tar.bz2 |
STYLE: fix some line lengths
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 81d5c05..2bb96b3 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -26,7 +26,8 @@ class cmPolicy; /** \class cmPolicies * \brief Handles changes in CMake behavior and policies * - * See the cmake wiki section on policies for an overview of this class's purpose + * See the cmake wiki section on policies for an overview of this class's + * purpose */ class cmPolicies { |