diff options
Diffstat (limited to 'languages/cpp/README.dox')
-rw-r--r-- | languages/cpp/README.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/cpp/README.dox b/languages/cpp/README.dox index 3078ec53..04c7fe30 100644 --- a/languages/cpp/README.dox +++ b/languages/cpp/README.dox @@ -8,9 +8,9 @@ then you can play with KDevPCSImporter the code of the dialog is in languages/cp and of course lib/interfaces/kdevpcsimporter.* and if you want play with the c++ parser go to lib/cppparser/, the best is to start to read driver.* -\authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> +\authors <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> -\maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> +\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> \feature supports C/C++ language \feature can do code completion @@ -18,7 +18,7 @@ and if you want play with the c++ parser go to lib/cppparser/, the best is to st \feature code highlight \feature Consult \ref LangSupporttqStatus for a up to date features/status of this programming language support part. -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=cppsupport&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">cppsupport component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=cppsupport&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">cppsupport component at Bugzilla database</a> \faq <b>How can I have documentation on functions when using codecompletion ?</b> -# Create the xml-output with <a href="http://www.doxygen.org">Doxygen</a> of the files you want to add to the classstore |