summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-04-30 13:06:42 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-04-30 13:54:01 +0200
commit924ff5057d7c16bd63c59f9479933231a8b5558b (patch)
treee3be5437e26545970b33bb1965b3ff5e2133bcfb /tests
parentc59a544f8a8a2b72ec0dbd46b05e6d104885723f (diff)
qdoc: Omit descriptions of enum values marked with \omitvalue
For \omitvalue <enum_value>, omit also single-line descriptions that immediately follow <enum_value> or appear on a new line following the \omitvalue command. Pick-to: 6.1 Fixes: QTBUG-92386 Change-Id: Id8a70ff48102075d3b18442547773ae7f3eefefa Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/scopedenum/scopedenum.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testdata/scopedenum/scopedenum.qdoc b/tests/auto/qdoc/generatedoutput/testdata/scopedenum/scopedenum.qdoc
index fdef9dd18..1b1363db4 100644
--- a/tests/auto/qdoc/generatedoutput/testdata/scopedenum/scopedenum.qdoc
+++ b/tests/auto/qdoc/generatedoutput/testdata/scopedenum/scopedenum.qdoc
@@ -39,8 +39,9 @@
\value This Something
\value That Something else
- \value All Everything
\omitvalue OmittedValue
+ This decription is omitted
+ \value All Everything
*/
/*!