summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testdata/testcpp/properties.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-04-14 16:22:30 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-04-16 11:34:53 +0000
commit3f9a0d7bdecbfadbae084fac4fc7a412856947d7 (patch)
tree95ee7d828aec1cd5d708c0ebc187cc3ff0b29eb1 /tests/auto/qdoc/generatedoutput/testdata/testcpp/properties.qdoc
parentaee7f2ec612c0d6285382e634be5e0b10da66c3d (diff)
qdoc: Tag Q_INVOKABLE functions with [invokable]
The code parser already tracked the invokability of a function; tag the function signature when generating the detailed documentation. Fixes: QTBUG-79698 Change-Id: I42d727f762b488b13dd10b400c5c07453c60cbac Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 8aa4beaff186063b24a3760a1f36a3184f8bf2e7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/testdata/testcpp/properties.qdoc')
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/testcpp/properties.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testdata/testcpp/properties.qdoc b/tests/auto/qdoc/generatedoutput/testdata/testcpp/properties.qdoc
index d225636a7..0ef6f4ea7 100644
--- a/tests/auto/qdoc/generatedoutput/testdata/testcpp/properties.qdoc
+++ b/tests/auto/qdoc/generatedoutput/testdata/testcpp/properties.qdoc
@@ -52,6 +52,11 @@
*/
/*!
+ \fn TestQDoc::TestDerived::invokeMe() const
+ \brief Something invokable.
+*/
+
+/*!
//! avoid link warnings for auto-generated links to QProperty
\externalpage https://wiki.qt.io/QProperty
\title QProperty