Hi,

getTagValue(): Line 490-491
//note that superclasses is false
tags = DocletUtil.getTagsByName( ( ClassDoc ) prg_elem_doc, tag_name,
false );

The false says to not go into super classes.  This does not fit in the
entity/session .j files where first we test if a method exists and then
get the method.  The first one go through the hierarchy, the second one
no.

Can I change the false to true or is there other things I forgot ?

Regards.
Vincent.



_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to