If I include html tags in my javadoc, IDEA would report errors for example:

/**
  * @param <b>param1</b> Parameter 1
  * @param <b>param2</b> Parameter 2
  */

IDea would report error that it could not recognize param1 and param2 
because of the
html tag <b>.



Thanks,
Laurent


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to