I am new in Document! X 2010, but I have enough experience with generating Help docs for .Net with other documenting tools such as NDoc and Sandcastle.
Comparing to Doc X 2008, the documentation for Document! X 2010 is very pure. I found nothing about supported Content types in the docs. Why so important information was rejected in the new version?
Moreover, some documentation tags work very strange while generating docs and some standard tags are not supported with 2010.
1. The <overloads> tag works strange (it was supported in version 2008). When I write in C#
/// <overloads>Overload comment.</overloads>
/// <summary>Concrete comment 1.</summary>
public void Method(...) {...}
/// <summary>Concrete comment 2.</summary>
public void Method(...) {...}
and generate docs using Doc X 2010, the "Concrete comment 1." appears in the overview section of the Overloads page for this method and the "Concrete comment 1. Overload comment." appears in the overview section of the first version of this method. I think this is a bug. When it will be fixed?
2. The standard <list type="table"> element is ignored. Why?
Sincerely, Alexander