C++ docs: Fix the index page

Remove the namespace prefix to make the page readable
This commit is contained in:
Simon Hausmann 2021-07-09 17:18:37 +02:00
parent 16ef842856
commit cb9a89d112

View file

@ -25,6 +25,7 @@ author = 'info@sixtyfps.io'
# The full version, including alpha/beta/rc tags
version = '0.1.0'
cpp_index_common_prefix = [ "sixtyfps::", "sixtyfps::interpreter::" ]
# -- General configuration ---------------------------------------------------