Doc: Fix example path for Qt Quick scenegraph examples
authorTopi Reinio <topi.reinio@digia.com>
Mon, 29 Apr 2013 10:51:14 +0000 (12:51 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 29 Apr 2013 11:57:01 +0000 (13:57 +0200)
Base path (examples/quick) is now defined in qdocconf file, example
docs need to adjust their paths for \example command.

Change-Id: I18412c4adf73691903ee58c9a056b6a4998d4d6a
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
examples/quick/scenegraph/textureinsgnode/doc/src/textureinsgnode.qdoc
examples/quick/scenegraph/textureinthread/doc/src/textureinthread.qdoc

index b24b0bd..0917604 100644 (file)
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example quick/scenegraph/textureinsgnode
+    \example scenegraph/textureinsgnode
     \title Scene Graph - Rendering FBOs
     \ingroup qtquickexamples
 
index 476605b..6f4a251 100644 (file)
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example quick/scenegraph/textureinthread
+    \example scenegraph/textureinthread
     \title Scene Graph - Rendering FBOs in a thread
     \ingroup qtquickexamples