summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/cpp_example/doc/src/cpp_example.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Removing defunct examples - Cpp_exampleRobert Brock2016-05-061-32/+0
| | | | | | | | Cleaning up Qt3D examples: Cpp_examples Change-Id: I335e7c919415deaf49b472b398a18455de950409 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Unify license header usageAntti Kokko2016-01-261-5/+5
| | | | | | | Updated FDL license. Change-Id: If5b261a12d1fba0d317848d3710e45e83f992fdf Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Doc: Documentation clean upVenugopal Shivashankar2015-11-061-1/+1
| | | | | | | | | | - Changed 'Qt3D' references to 'Qt 3D'. - Fixed incorrect \inqmlmodule instances. - Fixed broken \printuntil instances in the example docs. - Updated the namespace qualifier for a few class references. Change-Id: I250afe6843b10ed520f9ce5d7465203cc5c212c1 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Doc: Add skeleton documentation for the examplesTopi Reinio2015-03-171-0/+32
Add a skeleton version of the example documentation for each example, create a group page for them and link to it from the module landing pages. This allows browsing the example code from the docs and also enables listing them in Qt Creator's Welcome mode. Change-Id: I1ba16399b115bb8c5503bc91d2a8dee46417cd01 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>