diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-12-14 14:56:30 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-12-14 14:56:30 (GMT) |
commit | 380a85758b673563b2912b413bbcfce49fc564b7 (patch) | |
tree | 51bc581bf57f29739e31726a3ccc776a496907d3 | |
parent | 7b608475fb40c790fba5c618be51a92fd9d5ca92 (diff) | |
download | Qt-380a85758b673563b2912b413bbcfce49fc564b7.zip Qt-380a85758b673563b2912b413bbcfce49fc564b7.tar.gz Qt-380a85758b673563b2912b413bbcfce49fc564b7.tar.bz2 |
Added an entry for QML Architecture in the overviews page.
This is for adding architecture information in the documentation.
Task-number: QTBUG-16071
-rw-r--r-- | doc/src/overviews.qdoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/overviews.qdoc b/doc/src/overviews.qdoc index 3bb7aec..5c48a33 100644 --- a/doc/src/overviews.qdoc +++ b/doc/src/overviews.qdoc @@ -168,3 +168,13 @@ \generatelist {related} */ +/*! + \group qml-architecture + \title QML Architecture + + \brief QML Architecture + + These are overviews of the architecture of QML and Qt Declarative Module. + + \generatelist {related} +*/ |