Skip to content

Commit 1f6ce27

Browse files
add missing doc
1 parent 1edddab commit 1f6ce27

File tree

1 file changed

+2
-0
lines changed
  • internal/arduino/builder/internal/diagnostics

1 file changed

+2
-0
lines changed

Diff for: internal/arduino/builder/internal/diagnostics/store.go

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ func NewStore() *Store {
2727
return &Store{}
2828
}
2929

30+
// Parse parses the output coming from a compiler. It then stores the parsed
31+
// diagnostics in a slice of Diagnostic.
3032
func (m *Store) Parse(cmdline []string, out []byte) {
3133
compiler := DetectCompilerFromCommandLine(
3234
cmdline,

0 commit comments

Comments
 (0)