Skip to content
  • Artur Ryt's avatar
    cmake: Return generator docs directly · 7408cd39
    Artur Ryt authored and Brad King's avatar Brad King committed
    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.
    7408cd39