pathling icon indicating copy to clipboard operation
pathling copied to clipboard

Generate correct documentation from lombok created class memeber.

Open piotrszul opened this issue 2 years ago • 0 comments
trafficstars

Currently javadocs is not generated for class members created with lombok annotations. For example the documentation for TerminologyConfiguration mostly empty.

This can be fixed by generating javadocs from the delomboked versino of the code as described here: https://github.com/mewna/catnip/issues/300

This way the documentation will reflect the actual methods of these classes.

piotrszul avatar Jul 05 '23 04:07 piotrszul