diff --git a/04-static-analysis/cppcheck/README.md b/04-static-analysis/cppcheck/README.md index b7b8077..9fb1b84 100644 --- a/04-static-analysis/cppcheck/README.md +++ b/04-static-analysis/cppcheck/README.md @@ -1,6 +1,6 @@ # CppCheck Static Analysis -This example is for calling the (CppCheck)[http://cppcheck.sourceforge.net/] tool to do static analysis. +This example is for calling the [CppCheck](http://cppcheck.sourceforge.net/) tool to do static analysis. It shows how to add cppcheck with a target for each sub-projects and also how to generate an overall "make analysis" target to do static analysis on all sub-projects. @@ -248,4 +248,4 @@ You must add the following to the src/CMakeLists.txt file to correctly generate ```cmake set(analysis_TARGETS "${analysis_TARGETS}" PARENT_SCOPE) -``` \ No newline at end of file +```