diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-04-07 22:37:11 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-04-07 22:37:11 +0800 |
commit | 92fd66e4b442cf53a6614f015d4f45aa9b8aa10b (patch) | |
tree | f197f8597cc345c2900e5e3764b5b882aea11fd9 /docs/using-the-compiler.rst | |
parent | c22ba034176f2de703de4ead984aa5b45864a14c (diff) | |
download | dexon-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.rst | 2 |
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. |