Re: [aspectwerkz-dev] Creating AOPified javadocs
the_mindstorm <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Mik Kersten wrote: Let me know if you need any guidance with the implementation of ajdoc. The implementation of the tool itself has not evolved too gracefully and needs some rewriting, but it all works. But most of ajdoc's brains are in the org.aspectj.ajde framework, and that has reasonably clean APIs. Mik can you send me please some output of ajdoc as I don't have any aspectj sources avail. to generate some. I am thinking of having the following scenario (this is by sure a first try [smile/]) - let javadoc do its job - use Qdox to retrieve aop related infos from the sources + get the info in the definition file - embbed a/m info into the generated html I need to see the output of ajdoc in order to see exactly what is the expected output. [sigh/] <<the_mindstorm>>