Re: [aspectwerkz-dev] aw doc
the_mindstorm <[email protected]> Sun, 10 Oct 2004 22:20:54 +0300
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
The solution Alex proposed looks very interesting. The solution I've imagined (trying to remember the previous thread on the subject) would look like: 1. scan the sources and create a QDox model representation 2. make the offline compiler generate some events on aop events (poincuts, aspects, etc) 3. use the above events to complete QDox model with aop-ish info 4. use javadoc with custom doclet to generate docs ./the_mindstorm