I have a group of methods which I have applied the summary tag like so :
/// <summary>
/// Returns Foo
/// </summary>
/// <param name="fooID">the fooID</param>
/// <returns>foo</returns>
Was wondering if there is a tool in visual studio 2008 to generate a document out of these summaries.