summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-02-14 11:36:16 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-03-06 12:29:17 +0100
commite18472fdd03a1a0633aa153ba8e579be4869fcf3 (patch)
treecac40e36d21df3556e757f55e410585d4d845815 /tests
parentfffed819ca8efeee79698aae07b27741f004f7e2 (diff)
qdoc: Add an auto-generated note in \qmlsignal documentation
Construct the signal handler name and generate a note for it. This eliminates the need to maintain such notes in the source. Remove the hard-coded notes from the test source (but not from the expected output data). [ChangeLog][qdoc] QDoc now generates a note for the name of the corresponding handler in \qmlsignal documentation. Task-number: QTBUG-37355 Change-Id: Ia3ab98be909a41bde619224c9a616cb8704e258a Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp b/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
index 10a310a87..bf04bdb43 100644
--- a/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
+++ b/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
@@ -92,14 +92,10 @@
\qmlsignal Type::completed(int status)
This signal is emitted when the operation completed with \a status.
-
- \note The corresponding handler is \c onCompleted.
*/
/*!
\qmlattachedsignal Type::configured()
This attached signal is emitted when the type was configured.
-
- \note The corresponding handler is \c onConfigured.
*/