From 8b32bdf532a706f0305424774506f5016f714c09 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 18 Oct 2014 23:04:45 +0900 Subject: Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859. Signed-off-by: Michele Calgaro --- doc/api/HowToAddApplicationTemplates.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/HowToAddApplicationTemplates.dox') diff --git a/doc/api/HowToAddApplicationTemplates.dox b/doc/api/HowToAddApplicationTemplates.dox index f53ce4f8..4b77b9e2 100644 --- a/doc/api/HowToAddApplicationTemplates.dox +++ b/doc/api/HowToAddApplicationTemplates.dox @@ -162,13 +162,13 @@ echo "done" \n \attention Please test your template whether it installs and behaves correctly! Test, test and test again! ;) -\section templates_3 III. How To Add The Template To KDevelop CVS HEAD +\section templates_3 III. How To Add The Template To TDevelop CVS HEAD This section is for tdevelop developers only. Most probably you don't have to read this!.\n Move the directory "template-khello" to tdevelop/languages/cpp/app_templates/ and then add the following files in tdevelop/languages/cpp/app_templates/template-khello/ (in this example the language is c++ if you use other language replace cpp with the language name): - - ".kdev_ignore" is an empty file. It prevents KDevelop's + - ".kdev_ignore" is an empty file. It prevents TDevelop's C++-parser from parsing the C++ template files. This is necessary because the template files are just code templates and not real code (yet). - ".cvsignore" looks like this: \code -- cgit v1.2.3