diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-16 18:09:10 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-19 14:29:19 (GMT) |
commit | 4a123fc28c261cf5a95f8a52a92724458d043d6c (patch) | |
tree | 4850d6647b3963f11dd8bc29afa454164582aff0 | |
parent | 6c74bcfc208a9f06045474f231f929255b2a9bc0 (diff) | |
download | CMake-4a123fc28c261cf5a95f8a52a92724458d043d6c.zip CMake-4a123fc28c261cf5a95f8a52a92724458d043d6c.tar.gz CMake-4a123fc28c261cf5a95f8a52a92724458d043d6c.tar.bz2 |
Help: Clarify purpose of warnings and errors
-rw-r--r-- | Help/manual/cmake-presets.7.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst index 85ff723..dd6337d 100644 --- a/Help/manual/cmake-presets.7.rst +++ b/Help/manual/cmake-presets.7.rst @@ -216,8 +216,8 @@ Format ``warnings`` - An optional object specifying warnings. The object may contain the - following fields: + An optional object specifying the warnings to enable. The object may + contain the following fields: ``dev`` @@ -248,8 +248,8 @@ Format ``errors`` - An optional object specifying errors. The object may contain the - following fields: + An optional object specifying the errors to enable. The object may + contain the following fields: ``dev`` |