diff options
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r-- | doc/ale-c.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt index acff722c..cf837e5e 100644 --- a/doc/ale-c.txt +++ b/doc/ale-c.txt @@ -174,6 +174,26 @@ g:ale_c_cppcheck_options *g:ale_c_cppcheck_options* =============================================================================== +cquery *ale-c-cquery* + +g:ale_c_cquery_executable *g:ale_c_cquery_executable* + *b:ale_c_cquery_executable* + Type: |String| + Default: `'cquery'` + + This variable can be changed to use a different executable for cquery. + + +g:ale_cpp_cquery_cache_directory *g:ale_c_cquery_cache_directory* + *b:ale_c_cquery_cache_directory* + Type: |String| + Default: `'~/.cache/cquery'` + + This variable can be changed to decide which directory cquery uses for its +cache. + + +=============================================================================== flawfinder *ale-c-flawfinder* g:ale_c_flawfinder_executable *g:ale_c_flawfinder_executable* |