Now, class hierarchy on class page ( f.e. http://dephicodetodoc.sourceforge.net/example/DelphiCodeToDoc/uDocGeneratorChm/TDocGeneratorChm.htm ) shows only first parent:
Name
TDocGeneratorChm
Class Hierarchy
TDocGeneratorHtml
I think it would be nice to see full hierarchy, as in Class Tree.
Wanted result:
Name
TDocGeneratorChm
Class Hierarchy
TObject
* TDOCGeneratorBase
* TDocGeneratorHtml
* TDocGeneratorChm
Other requirements:
1) This feature should be configurable, (enabled/disabled or by specifying inheritance depth level)
2) Generate optional link for class to Class tree. Example:
Name
TDocGeneratorChm +Show full hierarchy
Class Hierarchy
TDocGeneratorHtml + optional Show full hierarchy
But this feature will require to generate anchors for classes in Class Tree. (that should be addition request). I think it will be
Anonymous
Your idea is pretty nice.
1) Yes
2) Yes. The link can be from class to class tree and also hot link to ancestor class
I also need to link interface, not only class. This is not a real BIG work ... so I can try to do it :)
I tried to implement 2 issue and it seemed to work. I'll test it provide a patch. So, please don't waste your time, cause there are more serious issues: f.e. with parser (even registered in issue tracker, here, f.e. parsing of metaclasses) and I'm not really sure, that anyone except parser's author can easily find a way to fix those parsing issues.