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 1926d811..9ef228e2 100644 --- a/doc/api/HowToAddProgrammingLanguages.dox +++ b/doc/api/HowToAddProgrammingLanguages.dox @@ -137,7 +137,7 @@ and look at <code>languages/ruby/app_templates/rubyhello</code>, <code>languages \subsubsection sectionApplicationImportTemplates Application import templates TDevelop has the ability to <b>create a new project from existing projects or source code</b>. -It scans for project files ('*.tdevelop, *.kdevprj, *.studio, *.pro) and if +It scans for project files ('*.kdevelop, *.kdevprj, *.studio, *.pro) and if - it finds a project it extracts the necessary information - it does not find project files it scans for source files (*.cpp, *.java, *.pl, *.py, ...) . |