From 54179a445a9c968c4c56c20336fe5b2d732cdae0 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 4 Dec 2019 12:55:12 +0100 Subject: Improve QDoc autotest for QML documentation Fix the previous test that never generated any QML type documentation, and add new test types, documented in .cpp, .qdoc, and inline in .qml. Use all available \qml-specific QDoc commands. Fixes: QTBUG-80154 Change-Id: I60d9762836b986ca534c664517274517b73c085d Reviewed-by: Levon Sargsyan Reviewed-by: Paul Wicking --- .../qdoc/generatedoutput/expected_output/uicomponents-qmlmodule.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/auto/qdoc/generatedoutput/expected_output/uicomponents-qmlmodule.html') diff --git a/tests/auto/qdoc/generatedoutput/expected_output/uicomponents-qmlmodule.html b/tests/auto/qdoc/generatedoutput/expected_output/uicomponents-qmlmodule.html index 8c577ab7f..5aa475abc 100644 --- a/tests/auto/qdoc/generatedoutput/expected_output/uicomponents-qmlmodule.html +++ b/tests/auto/qdoc/generatedoutput/expected_output/uicomponents-qmlmodule.html @@ -16,5 +16,10 @@

This module is part of the UIComponents example.

+
+ + + +

ProgressBar

A component that shows the progress of an event

Switch

A component that can be turned on or off

TabWidget

A widget that places its children as tabs

-- cgit v1.2.1