J
Jothishankar
Hi,
I am creating a C# class library. I want to add C# and VB code
snippets along with the code documentation, so that these snippets
appear as examples when help file is generated (I use Docuemnt! X help
file generator). I am using the following tag structure in the source
code to add the documentation.
/// <summary>
.....
/// </summary>
/// <example>
/// <code>
.......
/// </code>
/// </example>
But the issue is, whatever code (C# or VB) I give inside the <code></
code> tag, appears as only a C# Example section in the final help
file. How can I create a VB Example section?
Thanks in advance.
- Jothishankar
I am creating a C# class library. I want to add C# and VB code
snippets along with the code documentation, so that these snippets
appear as examples when help file is generated (I use Docuemnt! X help
file generator). I am using the following tag structure in the source
code to add the documentation.
/// <summary>
.....
/// </summary>
/// <example>
/// <code>
.......
/// </code>
/// </example>
But the issue is, whatever code (C# or VB) I give inside the <code></
code> tag, appears as only a C# Example section in the final help
file. How can I create a VB Example section?
Thanks in advance.
- Jothishankar