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

Order in processing of ASTNode in KdocComments #1776

Open
nulls opened this issue Nov 3, 2023 · 1 comment
Open

Order in processing of ASTNode in KdocComments #1776

nulls opened this issue Nov 3, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@nulls
Copy link
Member

nulls commented Nov 3, 2023

The problem is not in ordering:

  1. We check KDoc when process CLASS
  2. We fix the KDoc when process VAL_KEYWORD or VAR_KEYWORD inside.

We can move checking KDoc on CLASS level after processing the childs. But probably the fixing of KDoc for class should be done on class level

Originally posted by @nulls in #1769 (comment)

@nulls nulls added the bug Something isn't working label Nov 3, 2023
@nulls nulls added this to the 2.0.1 milestone Nov 3, 2023
@nulls
Copy link
Member Author

nulls commented Nov 3, 2023

Relates to #1538

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant