From 8a28043e3fbdc9de19de079d561c397a8ac659a1 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Sun, 9 Jun 2019 00:05:29 +0100 Subject: [PATCH] cppcheck: add link to homepage --- pages/common/cppcheck.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/cppcheck.md b/pages/common/cppcheck.md index 69b39b3ef6..5f4e308e81 100644 --- a/pages/common/cppcheck.md +++ b/pages/common/cppcheck.md @@ -2,6 +2,7 @@ > A static analysis tool for C/C++ code. > Instead of syntax errors, it focuses on the types of bugs that compilers normally do not detect. +> More information: . - Recursively check the current directory, showing progress on the screen and logging error messages to a file: