aboutsummaryrefslogtreecommitdiffstats
path: root/docs/builtin.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/builtin.rst')
-rw-r--r--docs/builtin.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/builtin.rst b/docs/builtin.rst
index 94bb0b6..b39746c 100644
--- a/docs/builtin.rst
+++ b/docs/builtin.rst
@@ -1,6 +1,14 @@
Builtin Generators
==================
+QFace contains several built in code generators. Their purpose is merely to showcase how to write a code generator
+with QFace. They are working and complete examples of a general purpose generators.
+
+* The QtCPP generator generates a Qt C++ plugin with a QML API ready to be used in your project.
+* The QtQml generator generates a QML only API which ready to be used.
+
+From the QML user interface perspective both provide the same API and are interchangeable.
+
.. toctree::
:maxdepth: 1