summaryrefslogtreecommitdiff
path: root/doc/ale-objc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-objc.txt')
-rw-r--r--doc/ale-objc.txt17
1 files changed, 17 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: