users@jaxb.java.net

How to include XSD documentation?

From: Dave Hoffer <DHoffer_at_xrite.com>
Date: Fri, 14 Dec 2007 17:46:43 -0500

How can I configure JAXB to automatically copy my XSD documentation into
the javadocs? Currently it is ignoring my documentation.

I understand I can also annotate the schema with JAXB specific javadoc
contents but first I want to get what is already there that is not Java
specific. How can I do this?

-Dave