takezoe / runtime-scaladoc-reader

Allows to read Scaladoc at runtime by embedding as annotation by the compiler plugin.
Apache License 2.0
20 stars 8 forks source link

Support object #4

Closed grizio closed 2 years ago

grizio commented 2 years ago

Currently, only classes, fields and methods are supported. If we use scaladoc for objects, it is ignored by the plugin.

This commit adds support for objects and tests support for nested classes and objects.

takezoe commented 2 years ago

Great thanks!!