File: Mainpage.dox

package info (click to toggle)
kdevplatform 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 14,876 kB
  • ctags: 16,414
  • sloc: cpp: 112,553; python: 365; php: 83; sh: 75; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 952 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*!
 * @mainpage Language library
 *
 * The language library provides an interface to the structure of code which
 * is being edited by KDevelop, and allows such things as class browsing, code
 * completion, and many more features to be provided for all supported languages.
 *
 * @section desc Description
 *
 * @section editor Editor Integration
 * The editor integration tracks editor documents and smart ranges. <a href="../editor/html/index.html"><b>Read more</b></a>.
 *
 * @section duchain Definition-Use Chain and Type System
 * 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>.
 *
 * @licenses
 * @lgpl
 *
 * For questions and discussons about editor either contact the author
 * or the <a href="mailto:kdevelop-devel@kdevelop.org">kdevelop-devel@kdevelop.org</a>
 * mailing list.
 */

// DOXYGEN_PROJECT_NAME=Language library