diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index 0f5d3e26..e2bf83d6 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -228,18 +228,18 @@ fatal errors in one of the included files. Type: string Default: unset Compilation flags (such as defines or include directories) to be passed to the -checker. +linter. *'g:syntastic_ada_config_file'* Type: string Default: ".syntastic_ada_config" -File containing additional compilation flags to be passed to the checker, one +File containing additional compilation flags to be passed to the linter, one option per line (cf. |syntastic-config-files|). *'g:syntastic_ada_include_dirs'* Type: array of strings Default: [] -Include directories to be passed to the checker, in addition to the above +Include directories to be passed to the linter, in addition to the above compilation flags. You can set it like this: > let g:syntastic_ada_include_dirs = ["includes", "headers"] < @@ -263,7 +263,7 @@ Note~ This checker doesn't call the "makeprgBuild()" function, and thus it ignores the usual 'g:syntastic_ada_gcc_