It would be very nice to have the 'Class Hierarchy'
section of the HTML output formatted like in MS .NET
Class Library.
Example:
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
[Serializable]
public class DataTable : MarshalByValueComponent,
IListSource,
ISupportInitialize, ISerializable
In the MS.NET HTML output each of the items in the
indented hierarchy list is clickable (except for the
last one, which is the one where one is currently at).
Also, notice that the MS.NET HTML output contains
attibutes (here [Serializable]).
The formatting could also be done like this:
System.Object
|
+-- System.ComponentModel.MarshalByValueComponent
|
+-- System.Data.DataTable
Regards
ChristianK
Anonymous
Logged In: YES
user_id=248829
Originator: NO
Does the last version of DelphiCodeToDoc is enough for you with class hierarchy ?