❔ Getting documentation from another class and putting it in another one
Title is probably very confusing, but I'm asking if theres a way to do this
so basically if i hover over B, it'll show me A's documentation
i also don't wanna copy paste in case I make changes to A's documentation
11 Replies
I think
^
that works, tysm
Thinker nailed it
Is
cref="ref"
necessary? What happens if you don't include it?cref="ref"
indicates what to inherit the doc fromI know.
But is it necessary?
If you want to inherit the doc from something which isn't the parent class, yes
Alright.
Or if it's a class with one interface and no parent, it can inherit from that without it
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.