diff --git a/.gitignore b/.gitignore index 5de6f2ea9..e62fe2dbf 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,6 @@ gui/qrc_gui.cpp gui/*.qm # Doxygen output folder doxyoutput/ -htdocs/ # qmake generated *.sdf diff --git a/htdocs/devinfo/index.php b/htdocs/devinfo/index.php index b2be8bd6f..cb40209f9 100644 --- a/htdocs/devinfo/index.php +++ b/htdocs/devinfo/index.php @@ -2,9 +2,18 @@ - Cppcheck - A tool for static C/C++ code analysis + Developer Information - Cppcheck + + + +
+

Source Code

+

Latest version can be found in the +cppcheck git repository. To download it, run the following command:

+
git clone git://github.com/danmar/cppcheck.git
+

You can also download +the latest sources in a zip or tgz archive from the github website.

+

Recent Commits

+

Doxygen

+

News

+set_feed_url('http://sourceforge.net/export/rss2_projnews.php?group_id=195752'); + $feed->set_cache_location('./site/simplepie/cache'); + $feed->init(); + print("\n"); +?> +

View all news…

+

Support