Doc: fix qdoc warning, end brief with full stop
Pick-to: 6.5 6.5.0 Change-Id: I5b2401a7aed684da06ff14fad11227b49798583c Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
This commit is contained in:
parent
846061f951
commit
065b146dff
|
@ -4,7 +4,7 @@
|
|||
/*!
|
||||
\qmltype XMLHttpRequest
|
||||
\inqmlmodule QtQml
|
||||
\brief Object for sending requests to a server
|
||||
\brief Object for sending requests to a server.
|
||||
|
||||
The \c XMLHttpRequest object allows scripts to perform HTTP client functionality,
|
||||
such as submitting form data or loading data asynchronously from a server.
|
||||
|
|
Loading…
Reference in New Issue