Skip to content
  • Dominic Kempf's avatar
    Initial implementation of the sphinx-based CMake API documentation · 06f656c0
    Dominic Kempf authored
    This includes the following workflow:
    
    * The cmake module path is globbed for any modules matching *.cmake
    * The opening comment is parsed for the following rst directives:
      cmake_function, cmake_module, cmake_variables
    * From those, a browsable documentation is generated.
    
    To run properly, a python interpreter and sphinx are needed.
    06f656c0