Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Dominic Kempf's avatar
    06f656c0
    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
    History
    Initial implementation of the sphinx-based CMake API documentation
    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.