Warning, /kdevelop/kdevelop/kdevplatform/shell/Mainpage.dox is written in an unsupported language. File is not indexed.

0001 /*!
0002  * @mainpage shell - The application shell.
0003  *
0004  * The shell provides implementation of many interfaces from the
0005  * <a href="../interfaces/index.html">interfaces</a> library and
0006  * thus is the glue that brings everything together.
0007  *
0008  * The shell shall only be used from the application binary, no
0009  * plugin or support library should link against the shell.
0010  *
0011  * @section desc Description
0012  *
0013  * @todo: add description and examples
0014  *
0015  * @licenses
0016  * @lgpl
0017  *
0018  * For questions and discussions about editor either contact the author
0019  * or the <a href="mailto:kdevelop-devel@kde.org">kdevelop-devel@kde.org</a>
0020  * mailing list.
0021  */
0022 
0023 // DOXYGEN_PROJECT_NAME=Shell library