aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-the-compiler.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-07 22:37:11 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-04-07 22:37:11 +0800
commit92fd66e4b442cf53a6614f015d4f45aa9b8aa10b (patch)
treef197f8597cc345c2900e5e3764b5b882aea11fd9 /docs/using-the-compiler.rst
parentc22ba034176f2de703de4ead984aa5b45864a14c (diff)
downloaddexon-solidity-92fd66e4b442cf53a6614f015d4f45aa9b8aa10b.tar.gz
dexon-solidity-92fd66e4b442cf53a6614f015d4f45aa9b8aa10b.tar.zst
dexon-solidity-92fd66e4b442cf53a6614f015d4f45aa9b8aa10b.zip
Document formattedMessage
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r--docs/using-the-compiler.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst
index 3b71e492..e1c63265 100644
--- a/docs/using-the-compiler.rst
+++ b/docs/using-the-compiler.rst
@@ -185,6 +185,8 @@ Output Description
severity: "error",
// Mandatory
message: "Invalid keyword"
+ // Optional: the message formatted with source location
+ formattedMessage: "sourceFile.sol:100: Invalid keyword"
}
],
// This contains the file-level outputs. In can be limited/filtered by the outputSelection settings.