We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d00d62 commit 26431fcCopy full SHA for 26431fc
legacy/builder/ctags_runner.go
@@ -56,7 +56,7 @@ func (s *CTagsRunner) Run(ctx *types.Context) error {
56
57
parser := &ctags.CTagsParser{}
58
59
- ctx.CTagsOfPreprocessedSource, ctx.Arduifines = parser.Parse(ctx.CTagsOutput, ctx.Sketch.MainFile.Name)
+ ctx.CTagsOfPreprocessedSource, ctx.Arduifines = parser.Parse(ctx.CTagsOutput, ctx.Sketch.MainFile)
60
parser.FixCLinkageTagsDeclarations(ctx.CTagsOfPreprocessedSource)
61
62
protos, line := parser.GeneratePrototypes()
0 commit comments