blob: c025c1e45553a873589fd8707a36cc00f70f6ce6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
To find how to add support for a new programming language to KDevelop
please read the API documentation generated by doxygen at:
http://www.tdevelop.org
or generate it yourself:
make apidox ( the generated documentation will be at apidocs/html )
or read the file:
doc/api/HowToAddProgrammingLanguages.dox
|