-
- Downloads
cmake: Return generator docs directly
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.
Showing
- Source/CursesDialog/ccmake.cxx 2 additions, 3 deletionsSource/CursesDialog/ccmake.cxx
- Source/QtDialog/CMakeSetup.cxx 1 addition, 2 deletionsSource/QtDialog/CMakeSetup.cxx
- Source/cmake.cxx 16 additions, 3 deletionsSource/cmake.cxx
- Source/cmake.h 4 additions, 1 deletionSource/cmake.h
- Source/cmakemain.cxx 2 additions, 4 deletionsSource/cmakemain.cxx
Loading
Please register or sign in to comment