mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Better dox, spelling
This commit is contained in:
parent
f7a6864b9c
commit
32792d3409
@ -191,8 +191,11 @@ Converts a string by applying capitalization rules to the string.
|
||||
|
||||
static QString ampersandEncode( const QString &string );
|
||||
%Docstring
|
||||
Replaces any extended unicode characters with the XML style é encoded versions
|
||||
of these characeters.
|
||||
Makes a raw string safe for inclusion as a HTML/XML string literal.
|
||||
|
||||
This includes replacing '<' with '<', '>' with '>', '&' with '&', and
|
||||
any extended unicode characters with the XML style é encoded versions
|
||||
of these characters.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
%End
|
||||
|
@ -201,8 +201,11 @@ class CORE_EXPORT QgsStringUtils
|
||||
static QString capitalize( const QString &string, Capitalization capitalization );
|
||||
|
||||
/**
|
||||
* Replaces any extended unicode characters with the XML style é encoded versions
|
||||
* of these characeters.
|
||||
* Makes a raw string safe for inclusion as a HTML/XML string literal.
|
||||
*
|
||||
* This includes replacing '<' with '<', '>' with '>', '&' with '&', and
|
||||
* any extended unicode characters with the XML style é encoded versions
|
||||
* of these characters.
|
||||
* \since QGIS 3.2
|
||||
*/
|
||||
static QString ampersandEncode( const QString &string );
|
||||
|
Loading…
x
Reference in New Issue
Block a user