jax-doclets icon indicating copy to clipboard operation
jax-doclets copied to clipboard

JAXB element/attribute documentation contains only first sentence

Open zdila opened this issue 14 years ago • 1 comments

If the comment contains multiple sentences only the first one is used. This is OK for summary, but there is no detailed documentation generated.

Example:

    /**
     * Query filter. See {@link User} for available fields.
     */
    @XmlElement
    private Filter filter;

zdila avatar Feb 21 '12 13:02 zdila

Good point.

FroMage avatar Mar 14 '12 10:03 FroMage