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

Supporting the recognition of internal classes when mapping to EMF #238

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

ftomassetti
Copy link
Member

Without this change internal classes are considered to belong to a separate package. For example, a class Foo defined in a class a.b.Bar, will appear to belong to the package a.b.Bar. With this change it is recognized to belong to the package a.b, and it will have name Bar.Foo.

This is useful to generate documentation that looks like this:

Screenshot 2023-07-04 at 11 29 55

Copy link
Member

@alessiostalla alessiostalla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@ftomassetti ftomassetti merged commit 8e06607 into master Jul 4, 2023
3 checks passed
@ftomassetti
Copy link
Member Author

Thank you @alessiostalla !

@ftomassetti ftomassetti deleted the emfinternalclasses branch October 6, 2023 13:14
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