diff options
-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. |