mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 09:08:58 -05:00
7408cd3929
The GetGeneratorDocumentation() function was not accurately named and required the vector to populate to be passed as a function argument. This commit makes the slightly renamed function return by value, making it a true getter as implied by its name. Some minor refactoring of the implementation also makes the steps of populating the vector clearer.