summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/expected_output/properties/testcpp.index
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-06-21 23:46:55 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-07-01 11:27:56 +0200
commit9e044490a6883c0aa0f6c91edfd04be6f083a5c1 (patch)
treecae8ac1e82fb55080d3f22f75c58e6336a9cc3a4 /tests/auto/qdoc/generatedoutput/expected_output/properties/testcpp.index
parenteae909e9046c1d4673c92c5a44f974c4a0911bef (diff)
qdoc: Clean up index file generation
This is a continuation of the work started in commit 3e88b552. Stop adding a 'physical module name' for all nodes; this name is directly related to the \inmodule and \inqmlmodule commands, and is unnecessary for most node types. Enforce the module name only for classes, structs, unions, namespaces and header files. Drop redundant code, and stop writing module/group members to the index as unnecessary; they don't need to be read back in. Simplify example file name generation; base the filename always on the project name, example nodes typically never used the \inmodule command anyway. Pick-to: 6.2 Change-Id: I53a12b51f305cce28f5eb061d87ab11c61f54f6c Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/expected_output/properties/testcpp.index')
-rw-r--r--tests/auto/qdoc/generatedoutput/expected_output/properties/testcpp.index4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qdoc/generatedoutput/expected_output/properties/testcpp.index b/tests/auto/qdoc/generatedoutput/expected_output/properties/testcpp.index
index fd21f16ec..141351e4d 100644
--- a/tests/auto/qdoc/generatedoutput/expected_output/properties/testcpp.index
+++ b/tests/auto/qdoc/generatedoutput/expected_output/properties/testcpp.index
@@ -99,7 +99,7 @@
</property>
</class>
</namespace>
- <group name="testgroup" href="testgroup.html" status="internal" seen="false" title="" members="Test,QDOCTEST_MACRO2,someFunctionDefaultArg"/>
- <module name="TestCPP" href="testcpp-module.html" status="active" documented="true" seen="true" title="QDoc Test C++ Classes" module="TestCPP" members="TestQDoc,Test,TestDerived,CrossModuleRef,DontLinkToMe" brief="A test module page"/>
+ <group name="testgroup" href="testgroup.html" status="internal" seen="false" title=""/>
+ <module name="TestCPP" href="testcpp-module.html" status="active" documented="true" seen="true" title="QDoc Test C++ Classes" brief="A test module page"/>
</namespace>
</INDEX>