On Tue, 27 Apr 2021 13:05:54 GMT, Daniel Fuchs wrote:
> Hi Hannes, out of curiosity - for a final class, will all members (or none)
> appear final in the generated documentation? Or will it depend on whether a
> redundant `final` keyword appears in the code or not? From your code changes,
> I
On Tue, 27 Apr 2021 10:29:05 GMT, Hannes Wallnöfer wrote:
>> I found that adding the `final` modifier does not add too much visual noise
>> to the documentation. I didn't find any occurrence where there were more
>> than two modifiers on a member summary (usually either `static final` or
>> `p
> I found that adding the `final` modifier does not add too much visual noise
> to the documentation. I didn't find any occurrence where there were more than
> two modifiers on a member summary (usually either `static final` or
> `protected final`).
>
> On the other hand, I do think the `final
I found that adding the `final` modifier does not add too much visual noise to
the documentation. I didn't find any occurrence where there were more than two
modifiers on a member summary (usually either `static final` or `protected
final`).
On the other hand, I do think the `final` modifier a