mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-19 04:34:36 +03:00
Remove old md files and update asciidoc headers. Fix some cppcheck docs
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
= Static Analysis
|
||||
|
||||
:toc:
|
||||
:toc-placement!:
|
||||
|
||||
toc::[]
|
||||
|
||||
[[static-analysis]]
|
||||
Static Analysis
|
||||
---------------
|
||||
[[intro]]
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Static analysis is the analysis of code without executing it. It can be
|
||||
used to find common programming errors and enforce coding guidelines.
|
||||
|
||||
Reference in New Issue
Block a user