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:
Simon Hausmann 2021-03-23 11:15:13 +01:00
parent a816712a79
commit 0bb497c816

View file

@ -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"