/// <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.
A couple of suggestions:
/doc
, and can also be configured via the Build
property page in a project's settingsmyAssembly.dll
-> myAssembly.xml
)