Consider:
/// <summary>
/// This method does something...
/// </summary>
public void DoSomething() {
// code...
}
When using that method/class etc.. in a different dll the comments do not show up.
I've tried a few things - any ideas?
Thanks
Consider:
/// <summary>
/// This method does something...
/// </summary>
public void DoSomething() {
// code...
}
When using that method/class etc.. in a different dll the comments do not show up.
I've tried a few things - any ideas?
Thanks
A couple of suggestions:
/doc, and can also be configured via the Build property page in a project's settingsmyAssembly.dll -> myAssembly.xml)