I'm searching through the list of JAutodoc templates and can't see anything that would obviously be for this purpose.
How do I edit the default block data?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm searching through the list of JAutodoc templates and can't see anything that would obviously be for this purpose.
How do I edit the default block data?
It is defined by Templates -> Types -> Default. Currently
/**
## type: class|interface|enum
* The ${e.getType().fu()} ${e}.
*/
which results in something like "The Class <classname>." or "The Interface <interfacename>."