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

0001 /*!
0002  * @mainpage Language library
0003  *
0004  * The language library provides an interface to the structure of code which
0005  * is being edited by KDevelop, and allows such things as class browsing, code
0006  * completion, and many more features to be provided for all supported languages.
0007  *
0008  * @section desc Description
0009  *
0010  * @section editor Editor Integration
0011  * The editor integration tracks editor documents and smart ranges. <a href="../editor/html/index.html"><b>Read more</b></a>.
0012  *
0013  * @section duchain Definition-Use Chain and Type System
0014  * The definition-use chain and type system offer a language-neutral representation of source code structure. <a href="../duchain/html/index.html"><b>Read more</b></a>.
0015  *
0016  * @licenses
0017  * @lgpl
0018  *
0019  * For questions and discussions about editor either contact the author
0020  * or the <a href="mailto:kdevelop-devel@kde.org">kdevelop-devel@kde.org</a>
0021  * mailing list.
0022  */
0023 
0024 // DOXYGEN_PROJECT_NAME=Language library