@@ -48,31 +48,31 @@ Add the following line to the `~/.emacs.d/init.el` or `~/.emacs`.
4848
4949The name of the executable, i.e. ` swiftc ` .
5050
51- ### flycheck-swift: extra-flags
51+ ### flycheck-swift- extra-flags
5252
5353Extra flags prepended to arguments of swiftc.
5454
55- ### flycheck-swift: sdk-path
55+ ### flycheck-swift- sdk-path
5656
5757A path to the targeted SDK.
5858
59- ### flycheck-swift: linked-sources
59+ ### flycheck-swift- linked-sources
6060
6161A list of source file paths to link against. Each path can be glob, i.e. ` *.swift ` .
6262
63- ### flycheck-swift: framework-search-paths
63+ ### flycheck-swift- framework-search-paths
6464
6565A list of framework search paths.
6666
67- ### flycheck-swift: cc-include-search-paths
67+ ### flycheck-swift- cc-include-search-paths
6868
6969A list of include file search paths to pass to the Objective-C compiler.
7070
71- ### flycheck-swift: target
71+ ### flycheck-swift- target
7272
7373Target used by swift compiler.
7474
75- ### flycheck-swift: import-objc-header
75+ ### flycheck-swift- import-objc-header
7676
7777Objective C header file to import.
7878
0 commit comments