summaryrefslogtreecommitdiffstats
path: root/src/render
diff options
context:
space:
mode:
Diffstat (limited to 'src/render')
-rw-r--r--src/render/io/qsceneloader.cpp2
-rw-r--r--src/render/materialsystem/qshaderdata.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/render/io/qsceneloader.cpp b/src/render/io/qsceneloader.cpp
index f039933b0..d66fe3080 100644
--- a/src/render/io/qsceneloader.cpp
+++ b/src/render/io/qsceneloader.cpp
@@ -114,7 +114,7 @@ namespace Qt3DRender {
SceneLoader internally relies on the use of plugins to support a wide
variety of 3D file formats. \l
- {http://www.assimp.org/main_features_formats.html}{Here} is a list of
+ {http://assimp.sourceforge.net/main_features_formats.html}{Here} is a list of
formats that are supported by Qt3D.
\note this component shouldn't be shared among several Entity instances.
diff --git a/src/render/materialsystem/qshaderdata.cpp b/src/render/materialsystem/qshaderdata.cpp
index a636bc1a8..b70b99846 100644
--- a/src/render/materialsystem/qshaderdata.cpp
+++ b/src/render/materialsystem/qshaderdata.cpp
@@ -78,7 +78,7 @@ QShaderDataPrivate::QShaderDataPrivate(PropertyReaderInterfacePtr reader)
/*!
\fn Qt3DRender::PropertyReaderInterface::readProperty(const QVariant &v)
- \return the property identifies by \a v
+ \return the property identified by \a v.
*/
/*!
@@ -95,7 +95,7 @@ QShaderData::~QShaderData()
}
/*!
* \brief QShaderData::propertyReader
- * \return PropertyReaderInterfacePtr for this shader data
+ * Returns the PropertyReaderInterfacePtr for this shader data
*/
PropertyReaderInterfacePtr QShaderData::propertyReader() const
{