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/HowToDocument.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/HowToDocument.dox')
-rw-r--r-- | doc/api/HowToDocument.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/HowToDocument.dox b/doc/api/HowToDocument.dox index d606a8bf..d7fa3680 100644 --- a/doc/api/HowToDocument.dox +++ b/doc/api/HowToDocument.dox @@ -1,13 +1,13 @@ /** \file HowToDocument.dox - * \brief How to document KDevelop parts + * \brief How to document TDevelop parts */ -/** \page howToDocument How to document KDevelop parts +/** \page howToDocument How to document TDevelop parts You should add a README and a README.dox file to your part (KDevPlugin). On the README file put this text: \verbatim -Please read the on-line, automaticaly updated KDevelop API documentation at: +Please read the on-line, automaticaly updated TDevelop API documentation at: http://www.kdevelop.org or read the README.dox file. \endverbatim |