File: Mainpage.dox

package info (click to toggle)
kdevelop 4%3A5.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 57,892 kB
  • sloc: cpp: 278,773; javascript: 3,558; python: 3,385; sh: 1,317; ansic: 689; xml: 273; php: 95; makefile: 40; lisp: 13; sed: 12
file content (24 lines) | stat: -rw-r--r-- 942 bytes parent folder | download | duplicates (4)
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@kde.org">kdevelop-devel@kde.org</a>
 * mailing list.
 */

// DOXYGEN_PROJECT_NAME=Language library