Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to translate this comment from doxygen to javadoc?

/// <typeparam name="SolutionType">the custom solution data type, derived from <see cref="Solution{InputDataType}">Solution</see></typeparam>

Instead of typeparam I can use @param in javadoc. But I am not sure how to translate the see tag?

THanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.