summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-10-12 15:17:47 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-10-13 12:56:51 +0000
commit7886ae1425cd1b06a7c57d4477eeab7868628bcf (patch)
tree1839615c6a08d1ae3625178fd75bd0f4e8296ad9 /examples
parentb4b4ecfde9ff7e266c4f38aedf9520eab908193d (diff)
Doc: various link errors qt3d
assimpio.cpp:72: warning: Can't link to 'GLTFPIO' qpicktriangleevent.cpp:66: warning: Can't link to 'QPickSettings' qpicktriangleevent.cpp:76: warning: Can't link to 'PickSettings' shadow-map-qml.qdoc:28: warning: Can't link to 'RendererSettings' shadow-map-qml.qdoc:28: warning: Can't link to 'Techniques' Change-Id: I039a4134d18e2b2472554215a69e971650b29b64 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc b/examples/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc
index 7edfd70ce..ad6190e95 100644
--- a/examples/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc
+++ b/examples/qt3d/shadow-map-qml/doc/src/shadow-map-qml.qdoc
@@ -121,7 +121,7 @@
\skipto import QtQuick
\printuntil Render 2.0
- The code defines a \l RendererSettings entity that has a tree of entities as the
+ The code defines a \l RenderSettings entity that has a tree of entities as the
active framegraph:
\printuntil clearColor
@@ -202,7 +202,7 @@
\printuntil ]
It is possible to put such parameters all the way down, from a \l Material,
- to its \l Effect, to one of the effect’s \l Techniques. This allows a
+ to its \l Effect, to one of the effect’s \l {Technique}{Techniques}. This allows a
\l Material instance to override defaults in an \l Effect or \l Technique.
The bindings array provides the same thing, except that it also allows us to
rename some parameters. In this example, it renames the \c ambient,