-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Follow up issue of #1826
Now we have malformed javadoc in bean definition (and enum)
Javadoc is now like, which is good for the first line but wrong for the rest.
/**
* Test escape Javadoc < > & ' " *<!---->/ Hello World
*
* <p>Classe Java pour testEscapeJavadoc complex type.</p>
*
* <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.</p>
*
* <pre>{@code
* <complexType name="testEscapeJavadoc">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="lt" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="gt" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="amp" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="listLtGtAmp" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="apos" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="quot" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* }</pre>
*
*/Metadata
Metadata
Assignees
Labels
No labels