Document formattedMessage

This commit is contained in:
Alex Beregszaszi 2017-04-07 15:37:11 +01:00
parent c22ba03417
commit 92fd66e4b4

View File

@ -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.