summaryrefslogtreecommitdiff
path: root/doc/ale-c.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-10 19:42:45 +0100
committerw0rp <devw0rp@gmail.com>2017-09-10 19:42:45 +0100
commit9d24cc40471441fef4c5dd2467f22eea072d2c2d (patch)
treeaacb26b26e163a953a15a0b1e596dd06de1f2202 /doc/ale-c.txt
parentc4ad92e458f51ce849baed3b628fbd2f43303ace (diff)
downloadale-9d24cc40471441fef4c5dd2467f22eea072d2c2d.zip
Fix numerous issues with integration documentation tags and the table of contents, and add a script to check for theses issues
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r--doc/ale-c.txt38
1 files changed, 19 insertions, 19 deletions
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
@@ -53,6 +53,25 @@ g:ale_c_clang_options *g:ale_c_clang_options*
===============================================================================
+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*
`clang-tidy` will be run only when files are saved to disk, so that
@@ -144,23 +163,4 @@ g:ale_c_gcc_options *g:ale_c_gcc_options*
===============================================================================
-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: