fix links

This commit is contained in:
Thom Troy
2015-11-21 23:44:40 +00:00
parent ca4f34eba9
commit e6aaa7ef92

View File

@@ -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)
```
```