I have two very similar functions and both need exactly the same documentation. Is there a way in Haddock to avoid comment duplication?
I could not find description of this feature in Haddock documentation, but I guess there is a way to do so.
For instance in Javadoc there is {@inheritDoc}
and @see SomeClass#someMethod()
. What about Haddock?