diff options
Diffstat (limited to 'doc/ale-cpp.txt')
-rw-r--r-- | doc/ale-cpp.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-cpp.txt b/doc/ale-cpp.txt index 71673826..a64f87b1 100644 --- a/doc/ale-cpp.txt +++ b/doc/ale-cpp.txt @@ -59,6 +59,17 @@ g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options* ------------------------------------------------------------------------------- +cpplint *ale-cpp-cpplint* + +g:ale_cpp_cpplint_options *g:ale_cpp_cpplint_options* + *b:ale_cpp_cpplint_options* + Type: |String| + Default: `''` + + This variable can be changed to modify flags given to cpplint. + + +------------------------------------------------------------------------------- gcc *ale-cpp-gcc* g:ale_cpp_gcc_options *g:ale_cpp_gcc_options* |