summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-07-17 15:42:26 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2023-07-25 12:31:04 +0200
commit63de44f1d32096886d089ec1ab5d8f848beaa3c6 (patch)
tree799a8b015563f03ddf76bd5f8898937d8cf4ea59
parentc6fe64b17c87ec985f17389bf08eee46606862d4 (diff)
Add missing \l to DOM bookmarks example
It tried to reference the QXmlStream equivalent example, putting its title in {...}, but neglected the \l prefix to that. Change-Id: Iedc556ecd65103057d0dea65debe628b50d1190e Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Øystein Heskestad <oystein.heskestad@qt.io>
-rw-r--r--examples/xml/dombookmarks/doc/src/dombookmarks.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc b/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc
index dc757f84b7..0b3ca2f47d 100644
--- a/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc
+++ b/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc
@@ -11,7 +11,7 @@
The DOM Bookmarks Application provides a reader for XML Bookmark Exchange
Language (XBEL) files that uses Qt's DOM-based XML API to read and parse
- the files. The {QXmlStream Bookmarks Example} provides an alternative
+ the files. The \l {QXmlStream Bookmarks Example} provides an alternative
way to read this type of file.
\image screenshot.png