diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-08 14:17:26 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-08 14:17:26 +0100 |
commit | fdc7166c3ce68babdf8afdb457e23700d4e8ab3a (patch) | |
tree | 16f5b15d5bc13c0a96d534c8c98c1db575b44eec /doc/ale-cpp.txt | |
parent | f9aa7d3b9a030468e744ddc568a8d35492d04a99 (diff) | |
download | ale-fdc7166c3ce68babdf8afdb457e23700d4e8ab3a.zip |
Use equal signs for language documentation sections
Diffstat (limited to 'doc/ale-cpp.txt')
-rw-r--r-- | doc/ale-cpp.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ale-cpp.txt b/doc/ale-cpp.txt index 0b9b3ae1..9b745b2a 100644 --- a/doc/ale-cpp.txt +++ b/doc/ale-cpp.txt @@ -2,7 +2,7 @@ ALE C++ Integration *ale-cpp-options* -------------------------------------------------------------------------------- +=============================================================================== Global Options g:ale_c_build_dir_names *g:ale_c_build_dir_names* @@ -33,7 +33,7 @@ g:ale_c_build_dir *g:ale_c_build_dir* This feature is also most useful for the clang tools linters, wrapped aroung LibTooling (namely clang-tidy here) -------------------------------------------------------------------------------- +=============================================================================== clang *ale-cpp-clang* g:ale_cpp_clang_options *g:ale_cpp_clang_options* @@ -44,7 +44,7 @@ g:ale_cpp_clang_options *g:ale_cpp_clang_options* This variable can be changed to modify flags given to clang. -------------------------------------------------------------------------------- +=============================================================================== clangcheck *ale-cpp-clangcheck* `clang-check` will be run only when files are saved to disk, so that @@ -67,7 +67,7 @@ g:ale_cpp_clangcheck_options *g:ale_cpp_clangcheck_options* option. -------------------------------------------------------------------------------- +=============================================================================== clangtidy *ale-cpp-clangtidy* `clang-tidy` will be run only when files are saved to disk, so that @@ -107,7 +107,7 @@ g:ale_cpp_clangtidy_options *g:ale_cpp_clangtidy_options* of the |g:ale_c_build_dir_names| directories of the project tree. -------------------------------------------------------------------------------- +=============================================================================== cppcheck *ale-cpp-cppcheck* g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options* @@ -118,7 +118,7 @@ g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options* This variable can be changed to modify flags given to cppcheck. -------------------------------------------------------------------------------- +=============================================================================== cpplint *ale-cpp-cpplint* g:ale_cpp_cpplint_options *g:ale_cpp_cpplint_options* @@ -129,7 +129,7 @@ g:ale_cpp_cpplint_options *g:ale_cpp_cpplint_options* 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* @@ -140,5 +140,5 @@ g:ale_cpp_gcc_options *g:ale_cpp_gcc_options* This variable can be changed to modify flags given to gcc. -------------------------------------------------------------------------------- +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |