What kind of change does this PR introduce?
Bug fix for javadoc generation.
What is the current behavior?
Errors related to the author's email address formatting occur when generating the javadoc.
Email addresses were written as @author Name Surname <author at email.address>
What is the new behavior (if this is a feature change)?
No more errors related to that when generating the javadoc.
Email addresses are written as @author Name Surname {@literal <author at email.address>}
A few missing author mentions were added too.
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem? No, but similar to https://github.com/powsybl/powsybl-core/pull/2753
What kind of change does this PR introduce? Bug fix for javadoc generation.
What is the current behavior? Errors related to the author's email address formatting occur when generating the javadoc. Email addresses were written as
@author Name Surname <author at email.address>
What is the new behavior (if this is a feature change)? No more errors related to that when generating the javadoc. Email addresses are written as
@author Name Surname {@literal <author at email.address>}
A few missing author mentions were added too.