diff --git a/doc/mdeclarativecache_mainpage.dox b/doc/mdeclarativecache_mainpage.dox new file mode 100644 index 0000000..46fec71 --- /dev/null +++ b/doc/mdeclarativecache_mainpage.dox @@ -0,0 +1,18 @@ +/*! \mainpage MDeclarativeCache API Library + + \section introduction Introduction + MDeclarativeCache API provides way for QML applications to ask already created + instances of QApplication and QDeclarativeView classes for themselves. This + helps to reduce application startup time. + +
| Class | Description |
|---|---|
| MDeclarativeCache | Class used for storing instances of QApplication + and QDeclarativeView. |