Re: [aspectwerkz-dev] aw doc

Alexandre Vasseur <[email protected]> Sun, 10 Oct 2004 23:06:51 +0200
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
ha i see, u wanted to virtually produce a set of source file with qdox
that contains the original javadoc + some custom doclet for the
purpose like "@AdvisedBy systemId/aspectFQN/advice : <inflated
pointcut expression>
etc
mhh, i am wondering which one is the easiest to do

side node: Qdox had some limitation about parsing sources with the
assert keyword, and don't know about java 5 syntax yet.

alex


On Sun, 10 Oct 2004 22:20:54 +0300, the_mindstorm
<[email protected]> wrote:
> 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
>