It looks like the ParameterTagsHandler doesn't expose the name of a
parameter

I can say <XDtParameter:methodParamType/> but not
<XDtParameter:methodParamName/>

ParamterTagsHandler would seem to need a method like this :

        /**
         * Returns the name of the current method parameter, current method
parameter
         * is set inside a forAllMethodParams tag in each iteration.
         *
         * @return                      name of the current method parameter
         * @exception XDocletException  Description of Exception
         * @doc:tag                     type="content"
         */
        public String methodParamName() throws XDocletException
        {
                return currentMethodParameter.name().toString();
        }

Is there some other way to get it ?

Thanks,
Matthew


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

Reply via email to