public override void VisitSeeAlso(SeeAlsoComment comment, StringBuilder context)
 {
     context.AppendFormat("<seealso cref=\"{0}\" />", comment.Member);
 }
Esempio n. 2
0
 /// <summary>
 /// Visits a <c>seealso</c> comment.
 /// </summary>
 /// <param name="comment">The comment.</param>
 /// <param name="context">The context.</param>
 public virtual void VisitSeeAlso(SeeAlsoComment comment, TContext context)
 {
 }