From 217a8bcc59b76f03302d78480fd25ce55849be90 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 15 Nov 2012 17:35:07 +0200 Subject: [PATCH] htdocs/index.php: break a couple of very long lines and fix a typo --- htdocs/index.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index 68b235dbe..5ea9506c4 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -49,14 +49,20 @@ uninitialized variables, unused functions" />
-

Cppcheck is an static analysis tool +

+Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real -errors in the code (i.e. have zero false positives).

+errors in the code (i.e. have zero false positives). +

Download

-

Download Now! Version 1.57 for Windows

+

+ + Download Now! Version 1.57 for Windows + +

You can download the standalone Cppcheck from our project page or add it as a plugin for your favorite IDE: