Is it conceptionally possible to add javadoc with ...
# kapt
h
Is it conceptionally possible to add javadoc with an annotation processor? I’d like to reuse javadoc from one method for another when building a library. So I’d like to annotate it with a reference to the documented one, and somehow magically duplicate the javadoc with an annotation processor before running dokka.