diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-11 11:58:42 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-11 12:00:31 (GMT) |
commit | 5f31403e74c4eaf89a213ce3514fe380d221298b (patch) | |
tree | 4d6e27088f203a5d665d7613f1949429e4601867 /src/corelib/tools/qstringbuilder.cpp | |
parent | b93a0c53d4f6c9661f1ba496958a8103847093cd (diff) | |
download | Qt-5f31403e74c4eaf89a213ce3514fe380d221298b.zip Qt-5f31403e74c4eaf89a213ce3514fe380d221298b.tar.gz Qt-5f31403e74c4eaf89a213ce3514fe380d221298b.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src/corelib/tools/qstringbuilder.cpp')
-rw-r--r-- | src/corelib/tools/qstringbuilder.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/corelib/tools/qstringbuilder.cpp b/src/corelib/tools/qstringbuilder.cpp index 740deb4..366a07b 100644 --- a/src/corelib/tools/qstringbuilder.cpp +++ b/src/corelib/tools/qstringbuilder.cpp @@ -64,17 +64,17 @@ \sa QStringBuilder, QLatin1String, QString, QStringRef */ -/*! \fn QLatin1Literal::QLatin1Literal(const char(&string)[N]) - - Constructs a new literal from the given \a string. -*/ - /*! \fn int QLatin1Literal::size() const Returns the number of characters in the literal \e{excluding} the trailing NULL char. */ +/*! \fn QLatin1Literal::QLatin1Literal(const char(&string)[N]) + + Constructs a new literal from the given \a string. +*/ + /*! \fn char *QLatin1Literal::data() const Returns a pointer to the first character of the string literal. |