Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Method summery tags question

Method summery tags question

Scheduled Pinned Locked Moved C#
questionhelpcsharpcomtools
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Programm3r
    wrote on last edited by
    #1

    Hi all, I have a library with a couple of methods. I make use of the xml tags to comment the method. /// <summary> /// Executes the command. /// </summary> /// <param name="Command">The command.</param> /// <returns></returns> public bool ExecuteCommand(string Command)
    The problem is as soon as I compile the code and use the library in another project, none of the comments displays :confused: How can I fix this. Many thanks in advance Kind regards,

    The only programmers that are better C# programmers, are those who look like this -> :bob:

    :)Programm3r My Blog: ^_^

    P S U 3 Replies Last reply
    0
    • P Programm3r

      Hi all, I have a library with a couple of methods. I make use of the xml tags to comment the method. /// <summary> /// Executes the command. /// </summary> /// <param name="Command">The command.</param> /// <returns></returns> public bool ExecuteCommand(string Command)
      The problem is as soon as I compile the code and use the library in another project, none of the comments displays :confused: How can I fix this. Many thanks in advance Kind regards,

      The only programmers that are better C# programmers, are those who look like this -> :bob:

      :)Programm3r My Blog: ^_^

      P Offline
      P Offline
      Programm3r
      wrote on last edited by
      #2

      See this[^] document.

      The only programmers that are better C# programmers, are those who look like this -> :bob:

      :)Programm3r My Blog: ^_^

      A 1 Reply Last reply
      0
      • P Programm3r

        See this[^] document.

        The only programmers that are better C# programmers, are those who look like this -> :bob:

        :)Programm3r My Blog: ^_^

        A Offline
        A Offline
        ABitSmart
        wrote on last edited by
        #3

        If you are trying to say/ask something, please type it. No one will dare download the document for security reasons :-D

        L 1 Reply Last reply
        0
        • A ABitSmart

          If you are trying to say/ask something, please type it. No one will dare download the document for security reasons :-D

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I wouldn't go as far as to say no one ;P

          Check out the CodeProject forum Guidelines[^]

          1 Reply Last reply
          0
          • P Programm3r

            Hi all, I have a library with a couple of methods. I make use of the xml tags to comment the method. /// <summary> /// Executes the command. /// </summary> /// <param name="Command">The command.</param> /// <returns></returns> public bool ExecuteCommand(string Command)
            The problem is as soon as I compile the code and use the library in another project, none of the comments displays :confused: How can I fix this. Many thanks in advance Kind regards,

            The only programmers that are better C# programmers, are those who look like this -> :bob:

            :)Programm3r My Blog: ^_^

            S Offline
            S Offline
            Scott Dorman
            wrote on last edited by
            #5

            Make sure you have the project set to create an XML documentation file (project properties, build tab, and check the "XML documentation file" checkbox).

            Scott Dorman

            Microsoft® MVP - Visual C# | MCPD President - Tampa Bay IASA [Blog][Articles][Forum Guidelines]


            Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

            1 Reply Last reply
            0
            • P Programm3r

              Hi all, I have a library with a couple of methods. I make use of the xml tags to comment the method. /// <summary> /// Executes the command. /// </summary> /// <param name="Command">The command.</param> /// <returns></returns> public bool ExecuteCommand(string Command)
              The problem is as soon as I compile the code and use the library in another project, none of the comments displays :confused: How can I fix this. Many thanks in advance Kind regards,

              The only programmers that are better C# programmers, are those who look like this -> :bob:

              :)Programm3r My Blog: ^_^

              U Offline
              U Offline
              Urs Enzler
              wrote on last edited by
              #6

              Check the "create XML documentation file" and provide a path for the docu file in the project settings. Copy your dll and the docu xml together to your other project.

              -^-^-^-^-^-^-^- planetgeek.ch

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups