diff options
Diffstat (limited to 'doc/api/HowToAddProgrammingLanguages.dox')
-rw-r--r-- | doc/api/HowToAddProgrammingLanguages.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/HowToAddProgrammingLanguages.dox b/doc/api/HowToAddProgrammingLanguages.dox index 504a397e..a5840885 100644 --- a/doc/api/HowToAddProgrammingLanguages.dox +++ b/doc/api/HowToAddProgrammingLanguages.dox @@ -184,7 +184,7 @@ Compiler plugins must implement KDevCompilerOptions interface. In the end you should add the language you implemented to the doc/api/LangSupportStatus.dox file and document your language support part in the way described at \ref howToDocument (doc/api/HowToDocument.dox file). -See also \ref howToAddPlugins (doc/api/HowToAddPlugins.dox file) for an information on how to create a generic KDevelop plugin and how to manage project and global configuration information. +See also \ref howToAddPlugins (doc/api/HowToAddPlugins.dox file) for an information on how to create a generic TDevelop plugin and how to manage project and global configuration information. |