mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Fix C++ Interpreter docs not showing up in detail
The hacked multi-project support doesn't support multiple output directories, breathe will look only in the default project directory for doxygen xml files. Therefore share them.
This commit is contained in:
parent
a816712a79
commit
0bb497c816
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ extensions = ["breathe", "recommonmark", "exhale", "sphinx_markdown_tables"]
|
|||
|
||||
breathe_projects = {
|
||||
"SixtyFPS": "./docs/xml",
|
||||
"SixtyFPS Interpreter": "./interpreter-docs/xml",
|
||||
"SixtyFPS Interpreter": "./docs/xml",
|
||||
}
|
||||
breathe_default_project = "SixtyFPS"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue