Fix docs misuse of escape character \

Use {} instead of \, this fix a badly generated block of text.

Task-number: QTBUG-89632
Pick-to: 6.1
Change-Id: Ia4aad4c06285eb016a092f4340669fcbef1a6780
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
bb10
Assam Boudjelthia 2021-02-11 22:28:57 +02:00
parent 32a2c8b4e4
commit 448ea34637
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ QT_BEGIN_NAMESPACE
}
\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
// C++ code
@ -109,7 +109,7 @@ QT_BEGIN_NAMESPACE
\endcode
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
// C++ code