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

Avoid Repetition of Multiple Inheritance APIs #3815

Open
bonjouranoo opened this issue Sep 19, 2024 · 0 comments
Open

Avoid Repetition of Multiple Inheritance APIs #3815

bonjouranoo opened this issue Sep 19, 2024 · 0 comments
Labels
question A user question, can be resolved if the question is answered/resolved

Comments

@bonjouranoo
Copy link

bonjouranoo commented Sep 19, 2024

Hello,

I am generating documentation for my project in Dokka.

I have an interface A with a set of functions. Class B implements interface A. Class C extends B. I am generating documentation for class C.
I have set the following parameters in dokka configuation.
suppressInheritedMembers.set(false)
suppressObviousFunctions.set(true)

My expectation is that the documentation of class C will contain public functions of class C and the inherited functions from class B. I see that the documentation of class C contains interface A documentations appear as abstract functions along with class B and class C public functions.

Is there a way to avoid functions of interface A being displayed in documentation of class C?

I appreciate if for any response that help me to solve this issue.

Thanks,
Anu

@bonjouranoo bonjouranoo added the question A user question, can be resolved if the question is answered/resolved label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A user question, can be resolved if the question is answered/resolved
Projects
None yet
Development

No branches or pull requests

1 participant