summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-09-19 20:26:22 +0100
committerw0rp <devw0rp@gmail.com>2019-09-19 20:26:24 +0100
commit529f57a66f3bffc1c1681eeb12ddaaf2aa4f459f (patch)
tree53c6236a0ce4f45911415f31b141e4fa1d1dd648 /doc
parentb8949aaac33e152b195d3adf11ddbe863c0feef1 (diff)
downloadale-529f57a66f3bffc1c1681eeb12ddaaf2aa4f459f.zip
Document and test solc
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-solidity.txt12
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 14 insertions, 0 deletions
diff --git a/doc/ale-solidity.txt b/doc/ale-solidity.txt
index 4b74a27a..b6e48675 100644
--- a/doc/ale-solidity.txt
+++ b/doc/ale-solidity.txt
@@ -3,6 +3,18 @@ ALE Solidity Integration *ale-solidity-options*
===============================================================================
+solc *ale-solidity-solc*
+
+
+g:ale_solidity_solc_options *g:ale_solidity_solc_options*
+ *b:ale_solidity_solc_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass extra options to solc.
+
+
+===============================================================================
solhint *ale-solidity-solhint*
Solhint should work out-of-the-box. You can further configure it using a
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 98c6f354..a0d0d38b 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -421,6 +421,7 @@ Notes:
* SML
* `smlnj`
* Solidity
+ * `solc`
* `solhint`
* `solium`
* SQL
diff --git a/doc/ale.txt b/doc/ale.txt
index 4bc69549..9e4af075 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2371,6 +2371,7 @@ documented in additional help files.
sml.....................................|ale-sml-options|
smlnj.................................|ale-sml-smlnj|
solidity................................|ale-solidity-options|
+ solc..................................|ale-solidity-solc|
solhint...............................|ale-solidity-solhint|
solium................................|ale-solidity-solium|
spec....................................|ale-spec-options|