File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ package Gnatcheck.Output is
4242 -- Reports that a required file could not be found
4343
4444 procedure Error (Message : String);
45- -- Sends into Stderr the error message in the form 'Tool_Name: Message'
45+ -- Sends ``Message`` into stderr, prefixed by "tool_name: error: ".
4646
4747 procedure Warning (Message : String);
48- -- Same as ``Error``
48+ -- Sends ``Message`` into stderr, prefixed by "tool_name: warning: ".
4949
5050 procedure Info (Message : String);
51- -- Sends Message into Stderr (with no tool name prefix) .
51+ -- Sends `` Message`` into stderr, prefixed by "tool_name: info: " .
5252
5353 procedure Info_In_Tty (Message : String);
5454 -- Same as ``Info`` but send the message only if Stderr is a TTY. Also,
You can’t perform that action at this time.
0 commit comments