R
Ron James
I've included the following in a C# class:
/// <summary>
/// The method <c>Junk</c> doesn't do anything.
/// </summary>
public void Junk(){}
After running Tools->Build Comment Web pages, Junk's entry
in the Code Comment Web Report is:
"The method <c>Junk</c> doesn't do anything."
I was expecting the <c> tag to highlight "Junk" as code.
What am I missing?
Many thanks
/// <summary>
/// The method <c>Junk</c> doesn't do anything.
/// </summary>
public void Junk(){}
After running Tools->Build Comment Web pages, Junk's entry
in the Code Comment Web Report is:
"The method <c>Junk</c> doesn't do anything."
I was expecting the <c> tag to highlight "Junk" as code.
What am I missing?
Many thanks