How documenting a specific implementation of an interface's method?

Hello,

I have defined an interface “I”, providing a method “M”, which is documented.
On a second time, I have defined a class “C”, implementing “I”.

I want to document the specific implementation of “M” into “C”, when another class C2 could have another specific documentation.

How can I ?

Thanks per advance.
Thomas

Hi Thomas,

Thanks for your post. I’ll check with our engineers and come back to you tomorrow.

Best regards,
Lilian Wong

Hi Thomas,

Currently we support realizing interfaces on a class (right-click on the class and select Related Elements > Realize all interfaces in popup menu), and it will realize the operations from Interface together with the documentation of the operations (you can refer to the attached image). Is this what you are looking for?

If this does not suit your need, would you mind to explain more about your requirement or provide some samples of your expectation? Thanks!

Best regards,
Lilian Wong


realize_operation_together_with_documentation.png

That’s perfectly what I need.
Thanks a lot.

Thomas

Hi Thomas,

You are welcome.

Best regards,
Lilian Wong