You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
311 B
13 lines
311 B
15 years ago
|
To find how to add support for a new programming language to KDevelop
|
||
|
please read the API documentation generated by doxygen at:
|
||
|
|
||
|
http://www.kdevelop.org
|
||
|
|
||
|
or generate it yourself:
|
||
|
|
||
|
make apidox ( the generated documentation will be at apidocs/html )
|
||
|
|
||
|
or read the file:
|
||
|
|
||
|
doc/api/HowToAddProgrammingLanguages.dox
|