mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
In elements of the backtraceGraph->nodes array, all but the `file` field are optional. The documentation implied all fields were mandatory by not mentioning any of them as optional. Update the docs to make the optional nature explicit. Use the corresponding documentation for the CMake file API as a guide for the updated text. The tests array was also lacking accuracy for which fields were optional and the tests->properties array didn't specify the type of items that the array could hold. The explanation for the "config" item was also wrong, since it always holds the value of the -C option given to ctest. Fix and expand the docs to address these cases as well. Fixes: #26965 Issue: #26986