Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
The class-header and also the superclasses and annotations are not displayed in all situation.
It can be seen here for example:
with header:
without header:
https://docs.groovy-lang.org/latest/html/gapi/org/apache/groovy/groovysh/commands/AliasCommand.html
I make some tests and I think the header is only generated when the class implements an interface or a trait.
Without the class-header it difficult to see, from which class a class is inherited.