XML code comments with VB.Net standard ??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    #1

    XML code comments with VB.Net standard ??

    Hi all,

    I have just installed the latest version of VBCommenter, but from what I can
    make out it seems it is not useable in VB.net standard.
    According to the docs you will only get comments displayed in the IDE if you
    reference a dll. However vb.net standard cannot compile class libraries, so
    I am therefore unable to get VBCommenter to build the XML file for a dll.

    I do compile my own class libraries via the command line. Can VBCommenter be
    used from the commandline ?? There is no mention in the docs.
    If not is there another program that can ??

    Or should I just wait for vb2005?? :P

    thanks
    Steve


  • Cor Ligthert

    #2
    Re: XML code comments with VB.Net standard ??

    Steve,

    When you are intended to use VB2005 soon, than I think it is better to wait.
    This is spoiling time.

    Just my thought,

    Cor


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: XML code comments with VB.Net standard ??

      "Steve" <spam@spam.spam > schrieb:[color=blue]
      > I have just installed the latest version of VBCommenter, but from what I
      > can make out it seems it is not useable in VB.net standard.
      > According to the docs you will only get comments displayed in the IDE if
      > you reference a dll. However vb.net standard cannot compile class
      > libraries, so I am therefore unable to get VBCommenter to build the XML
      > file for a dll.[/color]

      Creating class libraries with the Standard edition of Visual Basic .NET
      <URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardcla sslibraries&lan g=en>

      Adding IntelliSense tooltips, XML comments, and documentation
      <URL:http://dotnet.mvps.org/dotnet/faqs/?id=tooltipsxml documentation&l ang=en>

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      • Steve

        #4
        Re: XML code comments with VB.Net standard ??


        "Cor Ligthert" <notmyfirstname @planet.nl> wrote in message
        news:e5GFpUgVFH A.1384@TK2MSFTN GP09.phx.gbl...[color=blue]
        > Steve,
        >
        > When you are intended to use VB2005 soon, than I think it is better to
        > wait.
        > This is spoiling time.[/color]

        I guess if the format turns out to be different to what the vb2003 plugins
        use then it would be a big hassle converting all your comments over.. Then
        again there will probably be conversion utils to do the job

        thanks

        Steve


        Comment

        • Steve

          #5
          Re: XML code comments with VB.Net standard ??

          "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
          news:%23z8kLkgV FHA.2684@TK2MSF TNGP09.phx.gbl. ..[color=blue]
          > Creating class libraries with the Standard edition of Visual Basic .NET
          > <URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardcla sslibraries&lan g=en>
          >
          > Adding IntelliSense tooltips, XML comments, and documentation
          > <URL:http://dotnet.mvps.org/dotnet/faqs/?id=tooltipsxml documentation&l ang=en>[/color]

          thanks Herfried

          VB.DOC seems to work well

          Steve


          Comment

          • Herfried K. Wagner [MVP]

            #6
            Re: XML code comments with VB.Net standard ??

            "Steve" <spam@spam.spam > schrieb:[color=blue][color=green]
            >> When you are intended to use VB2005 soon, than I think it is better to
            >> wait.
            >> This is spoiling time.[/color]
            >
            > I guess if the format turns out to be different to what the vb2003 plugins
            > use then it would be a big hassle converting all your comments over.. Then
            > again there will probably be conversion utils to do the job[/color]

            XML comments in VB 2005 will be equal to those known from C#, but they will
            be preceeded with three single quote characters instead of three slashes.

            --
            M S Herfried K. Wagner
            M V P <URL:http://dotnet.mvps.org/>
            V B <URL:http://classicvb.org/petition/>

            Comment

            • Steve

              #7
              Re: XML code comments with VB.Net standard ??


              "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
              news:%23g09MMkV FHA.3920@TK2MSF TNGP10.phx.gbl. ..[color=blue]
              > "Steve" <spam@spam.spam > schrieb:[color=green][color=darkred]
              >>> When you are intended to use VB2005 soon, than I think it is better to
              >>> wait.
              >>> This is spoiling time.[/color]
              >>
              >> I guess if the format turns out to be different to what the vb2003
              >> plugins use then it would be a big hassle converting all your comments
              >> over.. Then again there will probably be conversion utils to do the job[/color]
              >
              > XML comments in VB 2005 will be equal to those known from C#, but they
              > will be preceeded with three single quote characters instead of three
              > slashes.[/color]

              So the default header inserted by VBcommenter should be fine ??

              thanks
              Steve


              Comment

              Working...