diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-05-29 13:44:22 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-05-29 13:44:22 (GMT) |
commit | e3d744270d6ae4f1e893784e3e064d47e25c1fbe (patch) | |
tree | e3f9c724b91c27c03a17181d3025ce2aa9173d0c /src/corelib/tools | |
parent | 37f3aeae8198d98cf9e33990b85e9b6fc443d948 (diff) | |
download | Qt-e3d744270d6ae4f1e893784e3e064d47e25c1fbe.zip Qt-e3d744270d6ae4f1e893784e3e064d47e25c1fbe.tar.gz Qt-e3d744270d6ae4f1e893784e3e064d47e25c1fbe.tar.bz2 |
Doc - some changes to fix a qdoc warning
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qstringbuilder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qstringbuilder.cpp b/src/corelib/tools/qstringbuilder.cpp index 1ffe2c3..2b4a242 100644 --- a/src/corelib/tools/qstringbuilder.cpp +++ b/src/corelib/tools/qstringbuilder.cpp @@ -71,8 +71,8 @@ /*! \fn int QLatin1Literal::size() const - Returns the number of characters in the literal \i{excluding} the trailing - NUL char. + Returns the number of characters in the literal \e{excluding} the trailing + NULL char. */ /*! \fn char *QLatin1Literal::data() const |