public override void VisitTypeParamRef(TypeParamRefComment comment, StringBuilder context)
 {
     context.AppendFormat("<typeparamref name=\"{0}\" />", comment.Name);
 }
Esempio n. 2
0
 /// <summary>
 /// Visits a <c>typeparamref</c> comment.
 /// </summary>
 /// <param name="comment">The comment.</param>
 /// <param name="context">The context.</param>
 public virtual void VisitTypeParamRef(TypeParamRefComment comment, TContext context)
 {
 }