I tried to write a similar comment again, but now the table exists, but it's a badly formatted comment.
/// <summary>test...</summary>
/// <value>The value function.</value>
/// <remarks>
/// test...
/// <list type="table">
/// <item>
/// <description>test1</description>
/// <description></description>
/// </item>
/// <item>
/// <description>test2</description>
/// <description>test2</description>
/// </item>
/// </list>
/// </remarks>
public string Test { get; set; }
If I re-run the editor and press the Save button, the comment will not be well formatted.
Maybe the same was the last time.
My apologies!
(if there are mistakes in my English, you should blame google translate) :)