From cb9a89d112fc69b9e7034a98cd2b67c453073176 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 9 Jul 2021 17:18:37 +0200 Subject: [PATCH] C++ docs: Fix the index page Remove the namespace prefix to make the page readable --- api/sixtyfps-cpp/docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/sixtyfps-cpp/docs/conf.py b/api/sixtyfps-cpp/docs/conf.py index b6d767d3f..5bf661c25 100644 --- a/api/sixtyfps-cpp/docs/conf.py +++ b/api/sixtyfps-cpp/docs/conf.py @@ -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 ---------------------------------------------------