Re: [aspectwerkz-dev] screwed mail
Jack Tang <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, guys How about QDox(http://qdox.codehaus.org/index.html) to generate aop docs? On Fri, 20 Aug 2004 08:34:40 -0700, Mik Kersten <[email protected]> wrote: > > > > -----Original Message----- > > From: Jonas Boner [mailto:[email protected]] > .... > >> talking about generating documentation for > > > AspectWerkz I asked Mik for some examples of ajdoc generated > > > docs. I found out that Mik is in holiday till 6th Sept. Do > > > you have any other idea how can I have some docs generated with ajdoc? > > > > > > > Why don't you simply download AspectJ, create a simple aspect and run > > ajdoc. Sounds like 5 min of work. > > > > Thanks. > > That is a good suggestion. But not that I did send the docs--they're in a > zip file in the attached message (that I sent yesterday). Just in case it > didn't make it here is an URL instead: > > http://kerstens.org/temp/doc.zip > > And the message contents: > > ------- > > Check out the HistoryUpdating class after opening index.html in the > following zip. The orange-shaded stuff is the extra advice links that ajdoc > adds. As far as what's needed: > > - HTML documentation sections for the new aspect declarations > > - links between the declarations and the join point shadows they affect (and > vice-versa) > > My suggestion would be to try and extend ajdoc to do this. The > implementation is kludgy right now, but all Javadoc integration and HTML > generation stuff works. And it uses the org.aspectj.asm API to get all it's > structure, which AW could generate. > > Let me know how it goes. But note that I'm away on vacation until September > 6th. > > Mik > > -- > http://kerstens.org/mik > >