mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -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 );
|
static QString ampersandEncode( const QString &string );
|
||||||
%Docstring
|
%Docstring
|
||||||
Replaces any extended unicode characters with the XML style é encoded versions
|
Makes a raw string safe for inclusion as a HTML/XML string literal.
|
||||||
of these characeters.
|
|
||||||
|
This includes replacing '<' with '<', '>' with '>', '&' with '&', and
|
||||||
|
any extended unicode characters with the XML style é encoded versions
|
||||||
|
of these characters.
|
||||||
|
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.2
|
||||||
%End
|
%End
|
||||||
|
@ -201,8 +201,11 @@ class CORE_EXPORT QgsStringUtils
|
|||||||
static QString capitalize( const QString &string, Capitalization capitalization );
|
static QString capitalize( const QString &string, Capitalization capitalization );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Replaces any extended unicode characters with the XML style é encoded versions
|
* Makes a raw string safe for inclusion as a HTML/XML string literal.
|
||||||
* of these characeters.
|
*
|
||||||
|
* This includes replacing '<' with '<', '>' with '>', '&' with '&', and
|
||||||
|
* any extended unicode characters with the XML style é encoded versions
|
||||||
|
* of these characters.
|
||||||
* \since QGIS 3.2
|
* \since QGIS 3.2
|
||||||
*/
|
*/
|
||||||
static QString ampersandEncode( const QString &string );
|
static QString ampersandEncode( const QString &string );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user