aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-02-09 08:35:04 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-09 10:57:32 +0000
commitd95e30cae5f3c3d155b03d09a11f50d41a4b022e (patch)
tree62bf19aacfa824e4c66803903df0ec7a4102f73d
parenta1808bb2c8c002c4aa2481ba9d553cf70c94d6b1 (diff)
shiboken6/Documentation: Fix the TOC table to appear
Remove the indentation, which is throwing off sphinx. Task-number: PYSIDE-841 Change-Id: I865d9ea71c052d29ac8d1796918675cb9c17b87d Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit f737b174b08f029bd8ae209d3ef24137317610a8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp b/sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp
index 18536a639..e25bd5c76 100644
--- a/sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp
+++ b/sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp
@@ -856,8 +856,6 @@ void QtDocGenerator::writeModuleDocumentation()
<< title << '\n'
<< Pad('*', title.length()) << "\n\n";
- /* Avoid showing "Detailed Description for *every* class in toc tree */
- Indentation indentation(s);
// Store the it.key() in a QString so that it can be stripped off unwanted
// information when neeeded. For example, the RST files in the extras directory
// doesn't include the PySide# prefix in their names.