In the Visual Editing screen be able to add rows to the custom table below. This is how I track changes from the original xml code comment.
Turn this:
<summary><para>
Class MainWindow
</para><para>Second Line Test</para><para>Third Line Test </para></summary>
<remarks>
<para><b>History:</b></para><div class="tableSection"><table width="100%" frame="lhs" cellSpacing="2" cellPadding="5"><tbody><tr><th>Developer\Date\Time</th><th>Developer Company</th><th>Developer Phone</th><th>Developer Email</th><th>Developer On</th><th>Description</th></tr><tr><td>
Developer: Danny C. McNaught
<para>Date: Wednesday, August 16, 2017</para><para>Time: 12:16 PM</para></td><td>United States Postal Service</td><td>(919) 424-9259</td><td><a href="mailto:danny.mcnaught@dxc.com">mailto:danny.mcnaught@dxc.com</a><para><a href="mailto:danny.c.mcnaught@usps.gov">mailto:danny.c.mcnaught@usps.gov</a></para><para><a href="mailto:sfcsarge@outlook.com">mailto:sfcsarge@outlook.com</a></para></td><td>SURFACEPRO3VM</td><td>Created XML Comment</td></tr></tbody></table></div>
</remarks>
Into This:
<summary>Class MainWindow</summary>
<remarks>
<para><b>History:</b></para><div class="tableSection"><table width="100%" frame="lhs" cellSpacing="2" cellPadding="5"><tbody><tr><th>Developer\Date\Time</th><th>Developer Company</th><th>Developer Phone</th><th>Developer Email</th><th>Developer On</th><th>Description</th></tr><tr><td>
Developer: Danny C. McNaught
<para>Date: Wednesday, August 16, 2017</para><para>Time: 12:32 PM</para></td><td>United States Postal Service</td><td>(919) 424-9259</td><td><a href="mailto:danny.mcnaught@dxc.com">mailto:danny.mcnaught@dxc.com</a><para><a href="mailto:danny.c.mcnaught@usps.gov">mailto:danny.c.mcnaught@usps.gov</a></para><para><a href="mailto:sfcsarge@outlook.com">mailto:sfcsarge@outlook.com</a></para></td><td>SURFACEPRO3VM</td><td>Created XML Comment</td></tr><tr><td>
Developer: Danny C. McNaught
<para>Date: Wednesday, August 16, 2017</para><para>Time: 14:32 PM</para></td><td>United States Postal Service</td><td>(919) 424-9259</td><td><a href="mailto:danny.mcnaught@dxc.com">mailto:danny.mcnaught@dxc.com</a><para><a href="mailto:danny.c.mcnaught@usps.gov">mailto:danny.c.mcnaught@usps.gov</a></para><para><a href="mailto:sfcsarge@outlook.com">mailto:sfcsarge@outlook.com</a></para></td><td>SURFACEPRO3VM</td><td>Updated XML Comment</td></tr></tbody></table></div>
</remarks>