We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f26e5 commit 1740c63Copy full SHA for 1740c63
src/arduino.cc/builder/ctags/ctags_parser.go
@@ -130,7 +130,7 @@ func removeDuplicate(tags []*types.CTag) {
130
definedPrototypes := make(map[string]bool)
131
132
for _, tag := range tags {
133
- if !definedPrototypes[tag.Prototype] {
+ if !definedPrototypes[tag.Prototype] && tag.SkipMe == false {
134
definedPrototypes[tag.Prototype] = true
135
} else {
136
tag.SkipMe = true
0 commit comments