diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-06-30 17:19:45 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-06-30 18:05:23 (GMT) |
commit | b67eb656882c4e9e45878bfbac3bab2086fff8b8 (patch) | |
tree | 5b6ae65cce0414593ef6c34f96251950c887255c /Help/manual | |
parent | 849178c9d09246b74dc3fe60f3882c7f1082c9af (diff) | |
download | CMake-b67eb656882c4e9e45878bfbac3bab2086fff8b8.zip CMake-b67eb656882c4e9e45878bfbac3bab2086fff8b8.tar.gz CMake-b67eb656882c4e9e45878bfbac3bab2086fff8b8.tar.bz2 |
Help: Update FileAPI codemodel version to 2.2, add release notes
This fixes the documentation which should have been fixed in 7d6861f3.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-file-api.7.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index a66c098..34edc56 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -425,7 +425,7 @@ Version 1 does not exist to avoid confusion with that from { "kind": "codemodel", - "version": { "major": 2, "minor": 1 }, + "version": { "major": 2, "minor": 2 }, "paths": { "source": "/path/to/top-level-source-dir", "build": "/path/to/top-level-build-dir" @@ -887,6 +887,8 @@ with members: ``standard`` String representing the language standard. + This field was added in codemodel version 2.2. + ``compileCommandFragments`` Optional member that is present when fragments of the compiler command line invocation are available. The value is a JSON array of entries |