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

issue #10240 Multi-line doc not recognized in Python class field #10798

Merged
merged 1 commit into from Apr 21, 2024

Conversation

albert-github
Copy link
Collaborator

Improve handling of start of a special comment block. (Looks like it should not be corrected at other places)

Improve handling of start of a special comment block.
(Looks like it should not be corrected at other places)
@doxygen
Copy link
Owner

doxygen commented Apr 21, 2024

@albert-github You mention "Looks like it should not be corrected at other places", but I wonder why this is the case. It doesn't look any different from the other 2 cases.

@doxygen doxygen merged commit e596385 into doxygen:master Apr 21, 2024
8 checks passed
@doxygen
Copy link
Owner

doxygen commented Apr 21, 2024

@albert-github I think I already understand it. You basically disabled processing special comments while parsing the function body (they will be picked up while processing individual members). I've now made that more explicit by removing the lexer rule completely.

@albert-github albert-github added the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Apr 21, 2024
@albert-github albert-github deleted the feature/issue_10240 branch April 21, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixed but not released Bug is fixed in github, but still needs to make its way to an official release Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants