Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javascript: ignoring null tag warnings for jquery 3.6.0 #4134

Closed
techee opened this issue Nov 27, 2024 · 1 comment
Closed

javascript: ignoring null tag warnings for jquery 3.6.0 #4134

techee opened this issue Nov 27, 2024 · 1 comment
Assignees

Comments

@techee
Copy link
Contributor

techee commented Nov 27, 2024

When running ctags on https://code.jquery.com/jquery-3.6.0.js, I get the following warnings:

ctags: Notice: ignoring null tag in /home/parallels/projects/geany/doc/reference/jquery.js(line: 9299, language: JavaScript)
ctags: Notice: ignoring null tag in /home/parallels/projects/geany/doc/reference/jquery.js(line: 9874, language: JavaScript)
ctags: Notice: ignoring null tag in /home/parallels/projects/geany/doc/reference/jquery.js(line: 10650, language: JavaScript)

The code around these lines looks like

Screenshot 2024-11-27 at 11 40 22 Screenshot 2024-11-27 at 11 41 53

I haven't investigated more.

@masatake
Copy link
Member

Solved via merging #4153 and #4152.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants