summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qdoc/htmlgenerator.cpp4
-rw-r--r--tests/auto/qdoc/generatedoutput/expected_output/qml-int.html2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/qdoc/htmlgenerator.cpp b/src/qdoc/htmlgenerator.cpp
index 1e44814f9..e80649a95 100644
--- a/src/qdoc/htmlgenerator.cpp
+++ b/src/qdoc/htmlgenerator.cpp
@@ -2217,8 +2217,8 @@ void HtmlGenerator::generateTableOfContents(const Node *node, CodeMarker *marker
}
}
} else if (sections
- && (node->isClassNode() || node->isNamespace() || node->isQmlType()
- || node->isJsType())) {
+ && (node->isClassNode() || node->isNamespace() || node->isQmlType() ||
+ node->isJsType() || node->isQmlBasicType() || node->isJsBasicType())) {
for (const auto &section : qAsConst(*sections)) {
if (!section.members().isEmpty()) {
out() << "<li class=\"level" << sectionNumber << "\"><a href=\"#"
diff --git a/tests/auto/qdoc/generatedoutput/expected_output/qml-int.html b/tests/auto/qdoc/generatedoutput/expected_output/qml-int.html
index 0b21da628..16603af4b 100644
--- a/tests/auto/qdoc/generatedoutput/expected_output/qml-int.html
+++ b/tests/auto/qdoc/generatedoutput/expected_output/qml-int.html
@@ -10,6 +10,8 @@
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
+<li class="level1"><a href="#methods">Methods</a></li>
+<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>