diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-08-16 11:00:53 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-08-16 11:00:53 (GMT) |
commit | 72c1cb2ffdfb2742985e12025d4578aa2fe80ce7 (patch) | |
tree | 970fe5d701a46e57a3a1bab3870f189698fab27d /src/3rdparty/webkit/WebKit/qt/Api | |
parent | aa09d4f9c2d47348e6eac76e66500f4807b132a3 (diff) | |
download | Qt-72c1cb2ffdfb2742985e12025d4578aa2fe80ce7.zip Qt-72c1cb2ffdfb2742985e12025d4578aa2fe80ce7.tar.gz Qt-72c1cb2ffdfb2742985e12025d4578aa2fe80ce7.tar.bz2 |
Doc: Fix links and silence qdoc warnings.
Diffstat (limited to 'src/3rdparty/webkit/WebKit/qt/Api')
-rw-r--r-- | src/3rdparty/webkit/WebKit/qt/Api/qwebelement.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/Api/qwebelement.cpp b/src/3rdparty/webkit/WebKit/qt/Api/qwebelement.cpp index dd90f39..3ef969e 100644 --- a/src/3rdparty/webkit/WebKit/qt/Api/qwebelement.cpp +++ b/src/3rdparty/webkit/WebKit/qt/Api/qwebelement.cpp @@ -393,7 +393,7 @@ QString QWebElement::attribute(const QString &name, const QString &defaultValue) Returns the attribute with the given \a name in \a namespaceUri. If the attribute does not exist, \a defaultValue is returned. - \sa setAtributeNS(), setAttribute(), attribute() + \sa setAttributeNS(), setAttribute(), attribute() */ QString QWebElement::attributeNS(const QString &namespaceUri, const QString &name, const QString &defaultValue) const { @@ -976,7 +976,7 @@ QStringList QWebElement::scriptableProperties() const /*! Returns the value of the style with the given \a name. If a style with - \name does not exist, an empty string is returned. + \a name does not exist, an empty string is returned. If \a rule is IgnoreCascadingStyles, the value defined inside the element (inline in CSS terminology) is returned. @@ -1099,7 +1099,7 @@ void QWebElement::setStyleProperty(const QString &name, const QString &value, St /*! Returns the computed value for style with the given \a name. If a style - with \name does not exist, an empty string is returned. + with \a name does not exist, an empty string is returned. */ QString QWebElement::computedStyleProperty(const QString &name) const { |