diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-objc.txt | 17 | ||||
-rw-r--r-- | doc/ale-objcpp.txt | 17 | ||||
-rw-r--r-- | doc/ale.txt | 6 |
3 files changed, 40 insertions, 0 deletions
diff --git a/doc/ale-objc.txt b/doc/ale-objc.txt new file mode 100644 index 00000000..2e1c734f --- /dev/null +++ b/doc/ale-objc.txt @@ -0,0 +1,17 @@ +=============================================================================== +ALE Objective-C Integration *ale-objc-options* + + +------------------------------------------------------------------------------- +clang *ale-objc-clang* + +g:ale_objc_clang_options *g:ale_objc_clang_options* + *b:ale_objc_clang_options* + Type: |String| + Default: `'-std=c11 -Wall'` + + This variable can be changed to modify flags given to clang. + + +------------------------------------------------------------------------------- + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale-objcpp.txt b/doc/ale-objcpp.txt new file mode 100644 index 00000000..3a2eb26c --- /dev/null +++ b/doc/ale-objcpp.txt @@ -0,0 +1,17 @@ +=============================================================================== +ALE Objective-C++ Integration *ale-objcpp-options* + + +------------------------------------------------------------------------------- +clang *ale-objcpp-clang* + +g:ale_objcpp_clang_options *g:ale_objcpp_clang_options* + *b:ale_objcpp_clang_options* + Type: |String| + Default: `'-std=c++14 -Wall'` + + This variable can be changed to modify flags given to clang. + + +------------------------------------------------------------------------------- + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 615fa271..74368c91 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -52,6 +52,10 @@ CONTENTS *ale-contents* kotlinc.............................|ale-kotlin-kotlinc| lua...................................|ale-lua-options| luacheck............................|ale-lua-luacheck| + objc..................................|ale-objc-options| + clang...............................|ale-objc-clang| + objcpp................................|ale-objcpp-options| + clang...............................|ale-objcpp-clang| ocaml.................................|ale-ocaml-options| merlin..............................|ale-ocaml-merlin| perl..................................|ale-perl-options| @@ -153,6 +157,8 @@ The following languages and tools are supported. * nim: 'nim check' * nix: 'nix-instantiate' * nroff: 'proselint' +* Objective-C: 'clang' +* Objective-C++: 'clang' * OCaml: 'merlin' (see |ale-linter-integration-ocaml-merlin|) * Perl: 'perl' (-c flag), 'perlcritic' * PHP: 'hack', 'php' (-l flag), 'phpcs', 'phpmd' |