Re: [Xdoclet-user] Simple documentation generation/extraction?

2004-11-30 Thread Andrew Stevens
On Thu, 2004-11-25 at 11:59, pwomack wrote: I have some classes within my codebase that implement an externally callable interface. I would like to generate a stand-alone document (for end users) covering all (and just) these classes. As I understand it, I could create tags in the

Re: [Xdoclet-user] Simple documentation generation/extraction?

2004-11-26 Thread pwomack
Bear Giles wrote: This reminds me of my problem automatically generating DAO code for some, but not all, classes in a package. What I did was create an empty interface that only the classes I wanted to generate implemented. The xdoclet invocation that generated the DAO classes was restricted

Re: [Xdoclet-user] Simple documentation generation/extraction?

2004-11-26 Thread Mark Lundquist
On Nov 26, 2004, at 1:07 AM, pwomack wrote: I'm having trouble locating the heart of xdoclet from the great morass of EJB specific stuff. Note, XDoclet2 doesn't have that problem :-) ~ml

[Xdoclet-user] Simple documentation generation/extraction?

2004-11-25 Thread pwomack
I've read the (very jazzy) tutorials on EJB code generation using xdoclet. My task is much simpler, but not well covered in any documentation I've seen. I have some classes within my codebase that implement an externally callable interface. I would like to generate a stand-alone document (for end

Re: [Xdoclet-user] Simple documentation generation/extraction?

2004-11-25 Thread Bear Giles
This reminds me of my problem automatically generating DAO code for some, but not all, classes in a package. What I did was create an empty interface that only the classes I wanted to generate implemented. The xdoclet invocation that generated the DAO classes was restricted to classes that