From 73d26a958fa7b061a879cf24339496b9e0b8613d Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Sat, 8 Jan 2011 15:20:39 +0100 Subject: [PATCH] Web: Add "Source Code" paragraph to devinfo page --- htdocs/devinfo/index.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/devinfo/index.php b/htdocs/devinfo/index.php index b2be8bd6f..6cfb3831e 100644 --- a/htdocs/devinfo/index.php +++ b/htdocs/devinfo/index.php @@ -27,6 +27,12 @@
+

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.

Doxygen