Possible Duplicate:
How do you get XML comments to appear in a different project (dll)?
I have a source code of one library and every variable, method, etc. is commented there using
/// <summary>
///
/// </summary>
/// <param name="paramname"></param>
I've built this project and now i want to use it in another project as a dll file, but when I add reference i don't see the description of the variables, etc. What I do wrong?