diff options
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/HACKING b/HACKING new file mode 100644 index 00000000..8727a4ac --- /dev/null +++ b/HACKING @@ -0,0 +1,9 @@ +To change KDevelop's code 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 *.dox files in the doc/api/ directory. |