Telenav / lexakai

Lexakai creates markdown and UML from Java source code.
Apache License 2.0
5 stars 1 forks source link

add support for kivakit code quality annotations #16

Closed jonathanl-telenav closed 1 year ago

jonathanl-telenav commented 2 years ago

Code quality is now annotated in KivaKit using annotations like the following. KivaKit should show status bars for stability and testing as well as the exiting documentation status. Further, it should show how many reviews each class has had and who reviewed it.


@ApiQuality(stability = STABLE,
            testing = UNTESTED,
            documentation = FULLY_DOCUMENTED)