The tags you are looking for apply to fields, not methods, but there is an issue with the generation of documentation from xtags where tags that apply to fields are ignored. You can have a look to the xtags.xml file in the source for the jdo module, or here: http://tinyurl.com/34t3 and for Kodo: http://tinyurl.com/34t7 It's not as nice as html documentation, but everything is there. You can also try the JDO module in Middlegen, as it generates the correct tags with the source for the persistent objects from your database schema.
I filled a bug report for the generation of documentation, an i hope it will be fixed Hope this helps, Ludovic ----- Original Message ----- From: "Andreas Heydler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "xdoclet-user" <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 11:27 PM Subject: Re: [Xdoclet-user] jdodoclet task? > Thanks for the replies... > > I do have a CVS snapshot and have used maven to build the docs but I > must have done something wrong since the only tags documentation I have > is for class level @jdo.persistence-capable & @sql.table. No method > level tags are listed. > Suppose I should do a clean build and try again.... > > Andreas > > >If you have CVS snapshot, you can use maven > >to build odcumentation website. > > > >All the tags ( hopefully ) are described in xtags.xml > >file under respective module directory, and this file > >is used to build tag documentation and in GUI tool > >( which will allow you to edit tags on your sources ) > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Get the new Palm Tungsten T > handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
