From 9d24cc40471441fef4c5dd2467f22eea072d2c2d Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 10 Sep 2017 19:42:45 +0100 Subject: Fix numerous issues with integration documentation tags and the table of contents, and add a script to check for theses issues --- doc/ale-c.txt | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'doc/ale-c.txt') diff --git a/doc/ale-c.txt b/doc/ale-c.txt index 0c4f8dc9..fc2c45c7 100644 --- a/doc/ale-c.txt +++ b/doc/ale-c.txt @@ -52,6 +52,25 @@ g:ale_c_clang_options *g:ale_c_clang_options* This variable can be changed to modify flags given to clang. +=============================================================================== +clang-format *ale-c-clangformat* + +g:ale_c_clangformat_executable *g:ale_c_clangformat_executable* + *b:ale_c_clangformat_executable* + Type: |String| + Default: `'clang-format'` + + This variable can be changed to use a different executable for clang-format. + + +g:ale_c_clangformat_options *g:ale_c_clangformat_options* + *b:ale_c_clangformat_options* + Type: |String| + Default: `''` + + This variable can be change to modify flags given to clang-format. + + =============================================================================== clangtidy *ale-c-clangtidy* @@ -143,24 +162,5 @@ g:ale_c_gcc_options *g:ale_c_gcc_options* This variable can be change to modify flags given to gcc. -=============================================================================== -clang-format *ale-c-clangformat* - -g:ale_c_clangformat_executable *g:ale_c_clangformat_executable* - *b:ale_c_clangformat_executable* - Type: |String| - Default: `'clang-format'` - - This variable can be changed to use a different executable for clang-format. - - -g:ale_c_clangformat_options *g:ale_c_clangformat_options* - *b:ale_c_clangformat_options* - Type: |String| - Default: `''` - - This variable can be change to modify flags given to clang-format. - - =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: -- cgit v1.2.3