From 92fd66e4b442cf53a6614f015d4f45aa9b8aa10b Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 7 Apr 2017 15:37:11 +0100 Subject: Document formattedMessage --- docs/using-the-compiler.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/using-the-compiler.rst') 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. -- cgit