-
- Downloads
Initial implementation of the sphinx-based CMake API documentation
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.
Showing
- cmake/modules/FindInkscape.cmake 7 additions, 8 deletionscmake/modules/FindInkscape.cmake
- cmake/modules/FindMETIS.cmake 38 additions, 13 deletionscmake/modules/FindMETIS.cmake
- cmake/modules/FindMProtect.cmake 8 additions, 4 deletionscmake/modules/FindMProtect.cmake
- cmake/modules/FindPTScotch.cmake 27 additions, 15 deletionscmake/modules/FindPTScotch.cmake
- cmake/modules/FindParMETIS.cmake 47 additions, 15 deletionscmake/modules/FindParMETIS.cmake
- cmake/modules/FindSphinx.cmake 41 additions, 0 deletionscmake/modules/FindSphinx.cmake
- cmake/modules/FindThreadsCMake31.cmake 22 additions, 29 deletionscmake/modules/FindThreadsCMake31.cmake
- cmake/modules/FindUMFPack.cmake 23 additions, 7 deletionscmake/modules/FindUMFPack.cmake
- cmake/modules/Headercheck.cmake 8 additions, 0 deletionscmake/modules/Headercheck.cmake
- cmake/modules/OverloadCompilerFlags.cmake 14 additions, 6 deletionscmake/modules/OverloadCompilerFlags.cmake
- cmake/modules/UseInkscape.cmake 22 additions, 5 deletionscmake/modules/UseInkscape.cmake
- cmake/scripts/CMakeLists.txt 3 additions, 1 deletioncmake/scripts/CMakeLists.txt
- cmake/scripts/conf.py.in 5 additions, 0 deletionscmake/scripts/conf.py.in
- cmake/scripts/extract_cmake_data.py 95 additions, 0 deletionscmake/scripts/extract_cmake_data.py
- cmake/scripts/sphinx_cmake_dune.py 170 additions, 0 deletionscmake/scripts/sphinx_cmake_dune.py
- doc/buildsystem/CMakeLists.txt 6 additions, 4 deletionsdoc/buildsystem/CMakeLists.txt
- doc/buildsystem/contents.rst 0 additions, 0 deletionsdoc/buildsystem/contents.rst
- doc/buildsystem/index.rst 35 additions, 0 deletionsdoc/buildsystem/index.rst
Loading
Please register or sign in to comment