blackbuild / anno-docimal

JavaDoc for generated code
MIT License
1 stars 0 forks source link

Include support for therapi runtime javadoc #14

Closed pauxus closed 1 month ago

pauxus commented 2 months ago

see https://github.com/dnault/therapi-runtime-javadoc

Javadoc for Java code should be retrievable as well

pauxus commented 2 months ago

Example is ProxyMethod Builder in KlumAST, which inherits documenation from the proxied method. Currently, we need the documentation to be present as javadoc and as AnnoDoc annotation, making updates complex. Using an APT and generating json files which in turn are read by AnnoDocUtils methods would solve this neatly.