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

feat: optionalTagName for javadocs in jdt #369

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

pouryafard75
Copy link
Contributor

@pouryafard75 pouryafard75 commented Aug 29, 2024

This is the fix for #355

@author john */ class C {} now will be represented as:

CompilationUnit [0,30]
                TypeDeclaration [0,30]
                    Javadoc [0,19]
                        TagElement [4,17]
                            TAG_NAME: @author [4,11]
                            TextElement:  john  [11,17]
                    TYPE_DECLARATION_KIND: class [20,25]
                    SimpleName: C [26,27]

@pouryafard75 pouryafard75 changed the title Add TAG_NAME for optionalTagNames feat: optionalTagName for javadocs in jdt Aug 29, 2024
@jrfaller jrfaller merged commit bd56e78 into GumTreeDiff:main Aug 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants