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