Add HTML code for links in javadoc
----------------------------------
Key: SHINDIG-766
URL: https://issues.apache.org/jira/browse/SHINDIG-766
Project: Shindig
Issue Type: Improvement
Reporter: Vincent Siveton
Priority: Trivial
It should be great if links have HTML codes, ie
{noformat}
/**
* see <a
href="http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.BodyType.Field.html">
*
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.BodyType.Field.html
* </a>
*/
public class BodyTypeImpl implements BodyType {
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.