summaryrefslogtreecommitdiff
path: root/src/ivicore/doc/src/ivigenerator/ivigenerator.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivicore/doc/src/ivigenerator/ivigenerator.qdoc')
-rw-r--r--src/ivicore/doc/src/ivigenerator/ivigenerator.qdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ivicore/doc/src/ivigenerator/ivigenerator.qdoc b/src/ivicore/doc/src/ivigenerator/ivigenerator.qdoc
index 2d62ed5..485ea6f 100644
--- a/src/ivicore/doc/src/ivigenerator/ivigenerator.qdoc
+++ b/src/ivicore/doc/src/ivigenerator/ivigenerator.qdoc
@@ -50,13 +50,11 @@ QFace library, that provides a generic autogeneration framework.
Currently, Qt IVI generator has the following limitations:
\list
- \li It's not possible to import other QFace modules using the \c import command.
\li There's no support for external C++ types, outside of the IDL, such as reusing a
QGeoCoordinate inside a QFace IDL.
+ \li Defined Interfaces can't be used as types in properties or function arguments.
\li The \c map<> type is not supported.
\li Any default values provided directly in the QFace file are currently ignored.
- \li The \c ivigenerator uses it's own YAML template, that's incorporated with QFace's YAML to
- define the generation rules.
\endlist
*/