[dbdoclet] Re: problem with <p>@see</p>]

mm <mmocek@xxxxxxxxx> wrote:
> I'm trying to use dbdoclet v0.43 and I have some problems.
> I think, that's because of surrounding <p> in javadoc.
> When the method looks like this:
> 
>      /**
>       * <p>
>       * @see javax.servlet.GenericServlet#init(ServletConfig config)
>       * </p>
>       */
>      public void init(ServletConfig config) throws ServletException {

I do not think it's recommended to do that! 
Why not
/**
 * <p>
 * ... 
 * </p>
 * @see ... 
 */
?

-- Arnaud Vandyck, STE fi, ULg
   Formateur Cellule Programmation.

Other related posts: