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

[FEATURE] Allow documented class member take precedence in an ignored class #1418

Open
emekaelo opened this issue Dec 4, 2023 · 0 comments
Assignees

Comments

@emekaelo
Copy link

emekaelo commented Dec 4, 2023

Overview of the feature

A class with an @ignore annotation in it's doc comment can be excluded from code coverage but if it has a member with a documentation, the member should be accounted for in the generated doc & documentation coverage.

Motivation for or Use Case

I have a class with 10 members where 1 is documented and the rest are not. Instead of adding 9 @ignore comments, I'd like to ignore the class and still have the documented member show up in the docs and accounted for in documentation coverage

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

No branches or pull requests

2 participants