File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ struct SwiftDiagnostic {
75
75
helpLinks{helpLinks},
76
76
visibility{visibility} {}
77
77
78
- // create a JSON diagnostics for this source with the given timestamp and message to out
79
- // A plaintextMessage is used that includes both the message and the action to take. Dots are
80
- // appended to both. The id is used to construct the source id in the form
81
- // `swift/<prog name>/<id>`
78
+ // create a JSON diagnostics for this source with the given ` timestamp` and ` message`
79
+ // Depending on format, either a plaintextMessage or markdownMessage is used that includes both
80
+ // the message and the action to take. A dot '.' is appended to `message`. The id is used to
81
+ // construct the source id in the form `swift/<prog name>/<id>`
82
82
nlohmann::json json (const std::chrono::system_clock::time_point& timestamp,
83
83
std::string_view message) const ;
84
84
You can’t perform that action at this time.
0 commit comments