Fix docs misuse of escape character \
Use {} instead of \, this fix a badly generated block of text. Task-number: QTBUG-89632 Change-Id: Ia4aad4c06285eb016a092f4340669fcbef1a6780 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 448ea34637af3a8a92c2a4c5780815ca44e0ecf9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
2983fe8f09
commit
ea8a0eb417
@ -98,7 +98,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
}
|
}
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
The signature for the first function is \c {"\(I\)Ljava/lang/String;"}:
|
The signature for the first function is \c {"(I)Ljava/lang/String;"}:
|
||||||
|
|
||||||
\code
|
\code
|
||||||
// C++ code
|
// C++ code
|
||||||
@ -109,7 +109,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
and the signature for the second function is
|
and the signature for the second function is
|
||||||
\c "\(Ljava/lang/String;Ljava/lang/String;\)\[Ljava/lang/String;":
|
\c {"(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;"}:
|
||||||
|
|
||||||
\code
|
\code
|
||||||
// C++ code
|
// C++ code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user