diff options
author | Dheerendra Purohit <[email protected]> | 2025-06-18 12:50:34 +0530 |
---|---|---|
committer | Dheerendra Purohit <[email protected]> | 2025-07-04 06:19:13 +0000 |
commit | 8bd407361ef3e60aad3a512d4b517f2af8932d36 (patch) | |
tree | 9d692f66bed37956a2f8189eb54139e3eb9591e0 | |
parent | f63823f4de58bb2d46e2783eacf796d92f36eb9d (diff) |
Add textual descriptions for annotatedurl.png, annotatedurl2.png,
annotatedurl3.png, and ndefeditor.png in the QtNfc documentation to
ensure QDoc generates alt text.
Pick-to: 6.10 6.9
Fixes: QTBUG-136150
Change-Id: I4ec18fcc7e6a22479173488dd44a00e713a476bd
Reviewed-by: Axel Spoerl <[email protected]>
-rw-r--r-- | examples/nfc/annotatedurl/doc/src/annotatedurl.qdoc | 6 | ||||
-rw-r--r-- | examples/nfc/ndefeditor/doc/src/ndefeditor.qdoc | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/nfc/annotatedurl/doc/src/annotatedurl.qdoc b/examples/nfc/annotatedurl/doc/src/annotatedurl.qdoc index b76c349f..29426e82 100644 --- a/examples/nfc/annotatedurl/doc/src/annotatedurl.qdoc +++ b/examples/nfc/annotatedurl/doc/src/annotatedurl.qdoc @@ -14,12 +14,12 @@ Tag. The NDEF message should contain a URI record, an optional \c image/* MIME record, and one or more localized Text records. This is the initial state of the example: -\image annotatedurl.png +\image {annotatedurl.png} {Annotated URL NFC main screen} If a tag is touched, its NDEF content will be shown. Here is the UI for a tag that contains a text record and URI record: -\image annotatedurl2.png +\image {annotatedurl2.png} {Annotated URL NFC tag details} When the screen is tapped, the URL will be opened in the browser. @@ -61,7 +61,7 @@ is populated as follows: If the incoming message does not match the filter, an error message is shown: -\image annotatedurl3.png +\image {annotatedurl3.png} {Annotated URL NFC tag data view} \note The \l {ndefeditor}{NDEF Editor} example application can be used to create the tags with correct or incorrect message structure. diff --git a/examples/nfc/ndefeditor/doc/src/ndefeditor.qdoc b/examples/nfc/ndefeditor/doc/src/ndefeditor.qdoc index 0c7a0841..4b79a465 100644 --- a/examples/nfc/ndefeditor/doc/src/ndefeditor.qdoc +++ b/examples/nfc/ndefeditor/doc/src/ndefeditor.qdoc @@ -19,7 +19,7 @@ NFC tag replaces the manually added records with the NDEF message from the tag. If the read operation was cancelled or failed, the NDEF message remains unchanged. -\image ndefeditor.png +\image {ndefeditor.png} {NDEF editor interface} \sa {Qt NFC} */ |