Menu

How to create a reference?

Help
2006-03-09
2013-05-08
  • Julian Dobson

    Julian Dobson - 2006-03-09

    I noticed that the default help on constructors generated gives:

    Initializes a new instance of the <a href="">CBase</a> class.

    where CBase is a link. If you actually specify a summary tag (as you a supposed to for public members) the link isn't there. Is there any tags that can be used to provide the link without entering a &lt;a href=""&gt; tag in the comment?

     
    • Bryan

      Bryan - 2006-03-14

      use <see cref="CBase"/> in the summary tag in place of the anchor tag, as in

      /// <summary>
      /// See Initializes a new instance of the <see cref="CBase"/> class.
      ///</summary>

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.