I started using Sandcastle some time ago to generate a Documentation Website for one of our projects. It\'s working quite well but we\'ve always only written documentation f
You cant add references that way - do it via NamespaceDoc.cs instances
i.e
/// /// Concrete implementation of see cref="IInterface" using see cref="Concrete" /// class NamespaceDoc { }
see here