C++ docs: Shorten the API reference title

This commit is contained in:
Simon Hausmann 2021-07-01 13:33:35 +02:00
parent 38ae2eb872
commit 01e94ccdbb

View file

@ -40,7 +40,7 @@ breathe_default_project = "SixtyFPS"
exhale_args = { exhale_args = {
"containmentFolder": "./api", "containmentFolder": "./api",
"rootFileName": "library_root.rst", "rootFileName": "library_root.rst",
"rootFileTitle": "SixtyFPS CPP Reference Documentation", "rootFileTitle": "C++ API Reference",
"doxygenStripFromPath": "..", "doxygenStripFromPath": "..",
"createTreeView": True, "createTreeView": True,
"exhaleExecutesDoxygen": True, "exhaleExecutesDoxygen": True,