I get the following warning from javadoc:
warning - Tag @link:illegal character: "47"
when I have something like
/**
* {@link /WebRoot/WEB-INF/tiles/templates/bob.jsp} for the template responsible
*/
in my code.
What is the best way to link to the jsp file in my javadoc comments?