mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00
Include the C++ API README in the C++ reference docs
This commit is contained in:
parent
e9685c5851
commit
3f64defaac
2 changed files with 3 additions and 1 deletions
|
@ -89,6 +89,7 @@ if (DOXYGEN_FOUND)
|
|||
if (PipEnv)
|
||||
configure_file(../docs/conf.py.in docs/conf.py)
|
||||
file(CREATE_LINK ${CMAKE_CURRENT_SOURCE_DIR}/../docs/index.rst ${CMAKE_CURRENT_BINARY_DIR}/docs/index.rst SYMBOLIC)
|
||||
file(CREATE_LINK ${CMAKE_CURRENT_SOURCE_DIR}/../README.md ${CMAKE_CURRENT_BINARY_DIR}/docs/README.md SYMBOLIC)
|
||||
get_filename_component(markdown_docs_source ../../../docs ABSOLUTE)
|
||||
file(CREATE_LINK ${markdown_docs_source} ${CMAKE_CURRENT_BINARY_DIR}/docs/markdown SYMBOLIC)
|
||||
execute_process(COMMAND ${CMAKE_COMMAND} -E env PIPENV_PIPFILE=${CMAKE_CURRENT_SOURCE_DIR}/../docs/Pipfile ${PipEnv} install)
|
||||
|
|
|
@ -20,10 +20,11 @@ Welcome to SixtyFPS C++'s documentation!
|
|||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
markdown/langref.md
|
||||
Introduction <README.md>
|
||||
|
||||
api/library_root
|
||||
|
||||
markdown/langref.md
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue