diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-18 23:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-18 23:04:45 +0900 |
commit | 8b32bdf532a706f0305424774506f5016f714c09 (patch) | |
tree | f847092af6e7c9033ff9ae07fc9b0d39d2b42927 /doc/api/HowToAddFileTemplates.dox | |
parent | 85bc8e43e622bc0a7f4bfbeef817a7697ff65b64 (diff) | |
download | tdevelop-8b32bdf532a706f0305424774506f5016f714c09.tar.gz tdevelop-8b32bdf532a706f0305424774506f5016f714c09.zip |
Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/api/HowToAddFileTemplates.dox')
-rw-r--r-- | doc/api/HowToAddFileTemplates.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/HowToAddFileTemplates.dox b/doc/api/HowToAddFileTemplates.dox index fa6e630b..cb9ee17b 100644 --- a/doc/api/HowToAddFileTemplates.dox +++ b/doc/api/HowToAddFileTemplates.dox @@ -14,15 +14,15 @@ source files. Sometimes, different 'flavours' of template are required for a particular file type. In these instances, 'subtypes' can be defined to allow several different templates for a file type. An example -of this are QT designer '.ui' files. KDevelop supplies several different templates for .ui +of this are QT designer '.ui' files. TDevelop supplies several different templates for .ui files. Subtypes are named by the file type extension followed by a hyphen followed by an identifier for the subtype. E.g. ui-widget, ui-dialog The description of the prototypes is placed in <code>parts/filecreate/template-info.xml</code>. This file is fairly self-explanatory if you take a look at it. -Note that templates and templates information can be edited within KDevelop itself. The global -templates that can be made available to any project can be changed in Settings / Configure KDevelop... / New File +Note that templates and templates information can be edited within TDevelop itself. The global +templates that can be made available to any project can be changed in Settings / Configure TDevelop... / New File Wizard; and project related settings can be changed in Project / Project Options / New File Wizard. That's all! :) |