On Thu, 2003-07-17 at 16:28, Johan Lindquist wrote: > Does anyone know if it is possible to add javadoc to the original source > code (remote home/object interface methods) which is then added to the > specified methods in the generated source?
Which generated files? There are template tags to pick up the class & method-level javadoc comments from the class being processed (possibly field & constructor-level too, I haven't checked). Or, of course, there's nothing to stop @tag parameter values being included in the generated file inside comment delimiters. So yes, it's possible. Whether the existing templates do so, on the other hand, is another matter. If there's any particular templates which don't, that you think ought to, raise an issue. Andrew. ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
