Method summery tags question
-
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: ^_^
-
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: ^_^
-
-
If you are trying to say/ask something, please type it. No one will dare download the document for security reasons :-D
-
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: ^_^
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
-
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: ^_^
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