Sandcastle : Class in Class  
Author Message
FC-Shiro





PostPosted: Developer Documentation and Help System, Sandcastle : Class in Class Top

The code was added to "Examples\Sandcastle\test.cs" and the Help file was made.

namespace TestNamespace {
/// <summary>
/// TopClass
/// </summary>
public class TopClass
{
/// <summary>
/// SubClass
/// </summary>
public class SubClass
{
}
}
}

In the made Help file.
In the class list of "TestNamespace namespace", the description of the class name becomes "SubClass".
I want you to make it to the description of "TopClass.SubClass".




Visual Studio16