diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 16:43:02 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 16:43:02 +0200 |
commit | 634dbebd29d7d8bcdbce968ec11363df73a598d6 (patch) | |
tree | bef6872f75c15ca36cfcb52b18a14937407110e1 /languages/cpp/README.dox | |
parent | fc9bf5b05e879a296fde4d0c3e97f7c66dfc05e8 (diff) | |
download | tdevelop-634dbebd29d7d8bcdbce968ec11363df73a598d6.tar.gz tdevelop-634dbebd29d7d8bcdbce968ec11363df73a598d6.zip |
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'languages/cpp/README.dox')
-rw-r--r-- | languages/cpp/README.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/README.dox b/languages/cpp/README.dox index 7e9e0fd5..9c81219f 100644 --- a/languages/cpp/README.dox +++ b/languages/cpp/README.dox @@ -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 LangSupportStatus 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=tdevelop&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.trinitydesktop.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 |