diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-16 22:11:43 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-16 22:11:43 +0100 |
commit | 58717e05a3af56e8937dc5e794523e3184d5d530 (patch) | |
tree | 4ac3d54ded848bb075c6c4c0d1171eb1a3ee6c5c /doc/ale-c.txt | |
parent | 54ff57317455994305b8bba085c5db166dc34373 (diff) | |
download | ale-58717e05a3af56e8937dc5e794523e3184d5d530.zip |
#711 - Make the cppcheck executables configurable
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r-- | doc/ale-c.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt index 57d544db..41c33c96 100644 --- a/doc/ale-c.txt +++ b/doc/ale-c.txt @@ -24,6 +24,14 @@ g:ale_c_clang_options *g:ale_c_clang_options* =============================================================================== cppcheck *ale-c-cppcheck* +g:ale_c_cppcheck_executable *g:ale_c_cppcheck_executable* + *b:ale_c_cppcheck_executable* + Type: |String| + Default: `'cppcheck'` + + This variable can be changed to use a different executable for cppcheck. + + g:ale_c_cppcheck_options *g:ale_c_cppcheck_options* *b:ale_c_cppcheck_options* Type: |String| |